From 24745314517eac403b421fa17a51bdbec94f3b6e Mon Sep 17 00:00:00 2001 From: Friendika Date: Sat, 8 Oct 2011 02:05:33 -0700 Subject: bug #175 - hide_help config option not working --- view/theme/dispy/nav.tpl | 2 +- view/theme/duepuntozero/nav.tpl | 2 +- view/theme/loozah/nav.tpl | 2 +- view/theme/testbubble/nav.tpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'view/theme') diff --git a/view/theme/dispy/nav.tpl b/view/theme/dispy/nav.tpl index f84f49292..79852217f 100644 --- a/view/theme/dispy/nav.tpl +++ b/view/theme/dispy/nav.tpl @@ -3,7 +3,7 @@ - $nav.help.1 + {{ if $nav.help }}$nav.help.1{{ endif }} {{ if $nav.login }}$nav.login.1 {{ endif }} $nav.search.1 $nav.directory.1 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 }}$nav.register.1{{ endif }} - $nav.help.1 + {{ if $nav.help }} $nav.help.1{{ endif }} {{ if $nav.apps }}$nav.apps.1{{ endif }} 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 }}$nav.register.1{{ endif }} - $nav.help.1 + {{ if $nav.help }}$nav.help.1{{ endif }} {{ if $nav.apps }}$nav.apps.1{{ endif }} diff --git a/view/theme/testbubble/nav.tpl b/view/theme/testbubble/nav.tpl index 3fbd73e31..c7d616826 100644 --- a/view/theme/testbubble/nav.tpl +++ b/view/theme/testbubble/nav.tpl @@ -46,7 +46,7 @@ {{ if $nav.admin }}
  • $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 }} -- cgit v1.2.3