aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/help.php1
-rw-r--r--view/tpl/help.tpl7
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 @@
-<div id="help-content" class="generic-content-wrapper">
- <div class="section-title-wrapper" style="display: none;">
- <h2>{{$title}}</h2>
- </div>
- <div class="section-content-wrapper" id="doco-content">
+<div id="help-content" class="">
+ <div id="doco-content">
{{$content}}
</div>
</div>