diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-11 21:43:27 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-11 21:43:27 +0100 |
commit | 0a21ffbfecf30f619bdfc8de15c88911a6d7d3db (patch) | |
tree | c1afe9ba700e03d1f7ccca00faeebb3cb58112f5 /view/tpl | |
parent | 542e487b698435b6a39e1378a3259265b7a6f7c1 (diff) | |
download | volse-hubzilla-0a21ffbfecf30f619bdfc8de15c88911a6d7d3db.tar.gz volse-hubzilla-0a21ffbfecf30f619bdfc8de15c88911a6d7d3db.tar.bz2 volse-hubzilla-0a21ffbfecf30f619bdfc8de15c88911a6d7d3db.zip |
show doc section heading in titlebar
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/help.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl index 4ce48bca8..1c5d05738 100644 --- a/view/tpl/help.tpl +++ b/view/tpl/help.tpl @@ -1,6 +1,6 @@ <div id="help-content" class="generic-content-wrapper"> <div class="section-title-wrapper"> - <h2>{{$title}}</h2> + <h2>{{$title}}: {{$heading}}</h2> </div> <div class="section-content-wrapper" id="doco-content"> <h1 class="fakelink" id="doco-top-toc-heading"><span onclick="docoTocToggle(); return false;"> |