diff options
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> |