From 24745314517eac403b421fa17a51bdbec94f3b6e Mon Sep 17 00:00:00 2001 From: Friendika Date: Sat, 8 Oct 2011 02:05:33 -0700 Subject: [PATCH] bug #175 - hide_help config option not working --- view/nav.tpl | 3 ++- view/theme/dispy/nav.tpl | 2 +- view/theme/duepuntozero/nav.tpl | 2 +- view/theme/loozah/nav.tpl | 2 +- view/theme/testbubble/nav.tpl | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/view/nav.tpl b/view/nav.tpl index b6caa2c2..16aa99cb 100644 --- a/view/nav.tpl +++ b/view/nav.tpl @@ -68,10 +68,11 @@ - + {{ if $nav.help }} + {{ endif }}
  • $nav.admin.1
  • {{ endif }} -
  • $nav.help.1
  • + {{ if $nav.help }}
  • $nav.help.1
  • {{ endif }} {{ if $nav.login }}
  • $nav.login.1
  • {{ endif }} {{ if $nav.logout }}
  • $nav.logout.1
  • {{ endif }}