diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-23 17:30:35 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-23 17:30:35 -0700 |
commit | 833098e3460e0a2c7fbffaa59163af815f419e68 (patch) | |
tree | b13bc70bf34288659be12c64ab7a5ed0ce131dd2 /view/tpl/help.tpl | |
parent | ae6612025dcd31349056364d0c701bfda58470db (diff) | |
parent | 7975bc828fc9ae1cf9b92cc2147297a46524d59f (diff) | |
download | volse-hubzilla-833098e3460e0a2c7fbffaa59163af815f419e68.tar.gz volse-hubzilla-833098e3460e0a2c7fbffaa59163af815f419e68.tar.bz2 volse-hubzilla-833098e3460e0a2c7fbffaa59163af815f419e68.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts:
include/items.php
mod/item.php
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> |