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.

This commit is contained in:
Andrew Manning
2016-12-03 15:17:31 -05:00
parent 8e6ff32c97
commit 153cd0a205
2 changed files with 3 additions and 5 deletions

View File

@@ -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');
}