aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-25 17:52:55 -0700
committerfriendica <info@friendica.com>2013-07-25 17:52:55 -0700
commit21c73ceb10b3f053473a769d6829ff391251b57b (patch)
tree5c63b4bea09eb2a47c628e802d2d10c1df46c061
parent3d95fcb7cd37c6bff03f76e20b0d2eeb785616da (diff)
downloadvolse-hubzilla-21c73ceb10b3f053473a769d6829ff391251b57b.tar.gz
volse-hubzilla-21c73ceb10b3f053473a769d6829ff391251b57b.tar.bz2
volse-hubzilla-21c73ceb10b3f053473a769d6829ff391251b57b.zip
include zot
-rw-r--r--doc/Connecting-to-Channels.md2
-rw-r--r--mod/settings.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/Connecting-to-Channels.md b/doc/Connecting-to-Channels.md
index df2c4c02f..68de9d224 100644
--- a/doc/Connecting-to-Channels.md
+++ b/doc/Connecting-to-Channels.md
@@ -5,7 +5,7 @@ Connections in Red can take on a great many different meanings. But let's keep i
First, you need to find some channels to connect to. There are two primary ways of doing this. Firstly, setting the "Can send me their channel stream and posts" permission to "Anybody in this network" will bring posts from complete strangers to your matrix. This will give you a lot of public content and should hopefully help you find interesting, entertaing people, forums, and channels.
-The next thing you can do is look at the Directory. The directory is mirrored on every Red website which means searching from your own site will bring in results from the entire network. You can search by name, interest, location and keyword. This is incomplete, so we'll improve this paragraph later.
+The next thing you can do is look at the Directory. The directory is available on every Red website which means searching from your own site will bring in results from the entire network. You can search by name, interest, location and keyword. This is incomplete, so we'll improve this paragraph later.
To connect with other Red users:
diff --git a/mod/settings.php b/mod/settings.php
index 00ad94d20..6ab036437 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -1,5 +1,6 @@
<?php /** @file */
+require_once('include/zot.php');
function get_theme_config_file($theme){