From: Friendika Date: Sat, 8 Oct 2011 09:05:33 +0000 (-0700) Subject: bug #175 - hide_help config option not working X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=24745314517eac403b421fa17a51bdbec94f3b6e;p=friendica.git bug #175 - hide_help config option not working --- diff --git a/view/nav.tpl b/view/nav.tpl index b6caa2c233..16aa99cb3b 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 }}