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

View file

@ -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>