diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-06-22 14:02:14 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-06-22 14:02:14 +0200 |
commit | a4775aab9b823523dd91246cbbb7fec3375b214d (patch) | |
tree | b30f65eb2f05b9a66b9b49bca11ac1229bb16c6f /view | |
parent | 0ad71b3efa7de4eb1f4313ffe4562ec83743bdc1 (diff) | |
download | volse-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')
-rw-r--r-- | view/tpl/help.tpl | 9 |
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> |