aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/nav.tpl
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2017-01-31 17:36:42 -0500
committerAndrew Manning <tamanning@zoho.com>2017-01-31 17:36:42 -0500
commitd3d540a28b2dd0b4958d129cceeba162c271302b (patch)
tree172400257279ede716ce88983b8bb3b281aa8d84 /view/tpl/nav.tpl
parentfab103524ab2b171d36c6f3830da682b0768627f (diff)
parenta6cbebe03c4c1ca66b4b55c340ebb1d369d93c3a (diff)
downloadvolse-hubzilla-d3d540a28b2dd0b4958d129cceeba162c271302b.tar.gz
volse-hubzilla-d3d540a28b2dd0b4958d129cceeba162c271302b.tar.bz2
volse-hubzilla-d3d540a28b2dd0b4958d129cceeba162c271302b.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'view/tpl/nav.tpl')
-rwxr-xr-xview/tpl/nav.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index 16cd9deca..86f9d5cf9 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -215,6 +215,11 @@
{{/if}}
{{if $navapps}}
+ {{if $nav.help.6}}
+ <li class="{{$sel.help}} hidden-xs">
+ <a class="{{$nav.help.2}}" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}" id="{{$nav.help.4}}" onclick="contextualHelp(); return false;"><i class="fa fa-question-circle"></i></a>
+ </li>
+ {{/if}}
<li class="dropdown-toggle" data-toggle="dropdown">
<a href="#"><i class="fa fa-bars"></i></a>
</li>