diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-22 16:09:36 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-22 16:09:36 -0700 |
commit | d46f5467b330bd81b8221d6d6d994aafae30561f (patch) | |
tree | 2012e60915ae1452d0e38ee4b002602d54b67df4 /view/tpl/help.tpl | |
parent | 9879cf3c6ca0652e9dc5c69824f6ab655c484c28 (diff) | |
parent | a4775aab9b823523dd91246cbbb7fec3375b214d (diff) | |
download | volse-hubzilla-d46f5467b330bd81b8221d6d6d994aafae30561f.tar.gz volse-hubzilla-d46f5467b330bd81b8221d6d6d994aafae30561f.tar.bz2 volse-hubzilla-d46f5467b330bd81b8221d6d6d994aafae30561f.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/tpl/help.tpl')
-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> |