aboutsummaryrefslogtreecommitdiffstats
path: root/include/help.php
diff options
context:
space:
mode:
authorAndrew Manning <andrew@reticu.li>2016-12-03 15:17:31 -0500
committerAndrew Manning <andrew@reticu.li>2016-12-03 15:17:31 -0500
commit153cd0a2059296efbcb0bc2cd20e165ebf33f2e2 (patch)
treec233d027b1546f6688c00a8b26ad45c873cf5a7f /include/help.php
parent8e6ff32c97fe6abbbc93e3d7d2769142c285b948 (diff)
downloadvolse-hubzilla-153cd0a2059296efbcb0bc2cd20e165ebf33f2e2.tar.gz
volse-hubzilla-153cd0a2059296efbcb0bc2cd20e165ebf33f2e2.tar.bz2
volse-hubzilla-153cd0a2059296efbcb0bc2cd20e165ebf33f2e2.zip
Remove classes from the doco content region to simplify the appearance. Instead of loading /doc/main.bb, redirect to /doc/about/about_hubzilla/. These edits are minimal for demo purposes and not the proper way to do it.
Diffstat (limited to 'include/help.php')
-rw-r--r--include/help.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/help.php b/include/help.php
index 6efeeb57e..03d01d1a1 100644
--- a/include/help.php
+++ b/include/help.php
@@ -55,6 +55,7 @@ function get_help_content($tocpath = false) {
if(! $text) {
$doctype = 'bbcode';
$text = load_doc_file('doc/main.bb');
+ goaway('/help/about/about_hubzilla');
\App::$page['title'] = t('Help');
}