diff options
author | Friendika <info@friendika.com> | 2011-10-08 02:05:33 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-08 02:05:33 -0700 |
commit | 24745314517eac403b421fa17a51bdbec94f3b6e (patch) | |
tree | cd774361a2f27cc7af77e54ecb532c7a05ef26e9 /view/theme/loozah/nav.tpl | |
parent | 1d05c564d498866a8d653e6940f3e79ab2e4cb8e (diff) | |
download | volse-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/loozah/nav.tpl')
-rw-r--r-- | view/theme/loozah/nav.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/loozah/nav.tpl b/view/theme/loozah/nav.tpl index 2cd29a7c2..6ab45b74f 100644 --- a/view/theme/loozah/nav.tpl +++ b/view/theme/loozah/nav.tpl @@ -10,7 +10,7 @@ {{ if $nav.register }}<a id="nav-register-link" class="nav-commlink $nav.register.2" 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 }} |