aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-08 02:05:33 -0700
committerFriendika <info@friendika.com>2011-10-08 02:05:33 -0700
commit24745314517eac403b421fa17a51bdbec94f3b6e (patch)
treecd774361a2f27cc7af77e54ecb532c7a05ef26e9 /view/theme/duepuntozero
parent1d05c564d498866a8d653e6940f3e79ab2e4cb8e (diff)
downloadvolse-hubzilla-24745314517eac403b421fa17a51bdbec94f3b6e.tar.gz
volse-hubzilla-24745314517eac403b421fa17a51bdbec94f3b6e.tar.bz2
volse-hubzilla-24745314517eac403b421fa17a51bdbec94f3b6e.zip
bug #175 - hide_help config option not working
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r--view/theme/duepuntozero/nav.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/nav.tpl b/view/theme/duepuntozero/nav.tpl
index 9191d7ac3..b13ea9ae2 100644
--- a/view/theme/duepuntozero/nav.tpl
+++ b/view/theme/duepuntozero/nav.tpl
@@ -10,7 +10,7 @@
{{ if $nav.register }}<a id="nav-register-link" class="nav-commlink $nav.register.2 $sel.register" href="$nav.register.0" title="$nav.register.3" >$nav.register.1</a>{{ endif }}
- <a id="nav-help-link" class="nav-link $nav.help.2" target="friendika-help" href="$nav.help.0" title="$nav.help.3" >$nav.help.1</a>
+ {{ if $nav.help }} <a id="nav-help-link" class="nav-link $nav.help.2" target="friendika-help" href="$nav.help.0" title="$nav.help.3" >$nav.help.1</a>{{ endif }}
{{ if $nav.apps }}<a id="nav-apps-link" class="nav-link $nav.apps.2" href="$nav.apps.0" title="$nav.apps.3" >$nav.apps.1</a>{{ endif }}