aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-23 17:22:39 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-23 17:22:39 +0200
commit78bf4564f20df20ec8d9025c974e25546e95bf69 (patch)
treede00fbadc43d5e5c5aeb3f10c6afea401a55f294
parent665a517a47c1941de18d586b47dc8fc6360b8fda (diff)
downloadvolse-hubzilla-78bf4564f20df20ec8d9025c974e25546e95bf69.tar.gz
volse-hubzilla-78bf4564f20df20ec8d9025c974e25546e95bf69.tar.bz2
volse-hubzilla-78bf4564f20df20ec8d9025c974e25546e95bf69.zip
make the link to /help in dropdown conditional to the use of context help
-rwxr-xr-xview/tpl/nav.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index 8cc4c2005..03b48fd00 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -36,7 +36,7 @@
<li role="presentation" class="divider"></li>
<li role="presentation"><a href="{{$nav.admin.0}}" title="{{$nav.admin.3}}" role="menuitem" id="{{$nav.admin.4}}">{{$nav.admin.1}}</a></li>
{{/if}}
- {{if $nav.help}}
+ {{if $nav.help.6}}
<li role="presentation" class="divider"></li>
<li role="presentation"><a href="{{$nav.help.0}}" title="{{$nav.help.3}}" role="menuitem" id="{{$nav.help.4}}">{{$nav.help.1}}</a></li>
{{/if}}