aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-06-22 14:02:14 +0200
committerMario Vavti <mario@mariovavti.com>2015-06-22 14:02:14 +0200
commita4775aab9b823523dd91246cbbb7fec3375b214d (patch)
treeb30f65eb2f05b9a66b9b49bca11ac1229bb16c6f /view/tpl
parent0ad71b3efa7de4eb1f4313ffe4562ec83743bdc1 (diff)
downloadvolse-hubzilla-a4775aab9b823523dd91246cbbb7fec3375b214d.tar.gz
volse-hubzilla-a4775aab9b823523dd91246cbbb7fec3375b214d.tar.bz2
volse-hubzilla-a4775aab9b823523dd91246cbbb7fec3375b214d.zip
Bring /help in line with the rest of the app
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/help.tpl9
1 files changed, 7 insertions, 2 deletions
diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl
index e01243077..22180bda6 100644
--- a/view/tpl/help.tpl
+++ b/view/tpl/help.tpl
@@ -1,3 +1,8 @@
-<div id = "help-content" class="generic-content-wrapper">
-{{$content}}
+<div id="help-content" class="generic-content-wrapper">
+ <div class="section-title-wrapper">
+ <h2>{{$title}}</h2>
+ </div>
+ <div class="section-content-wrapper">
+ {{$content}}
+ </div>
</div>