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 + view/tpl/help.tpl | 7 ++----- 2 files changed, 3 insertions(+), 5 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'); } diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl index 96d52e0e9..de4b53ab0 100644 --- a/view/tpl/help.tpl +++ b/view/tpl/help.tpl @@ -1,8 +1,5 @@ -
- -
+
+
{{$content}}
-- cgit v1.2.3