From 153cd0a2059296efbcb0bc2cd20e165ebf33f2e2 Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Sat, 3 Dec 2016 15:17:31 -0500 Subject: 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. --- include/help.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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'); } -- cgit v1.2.3