From 78bf4564f20df20ec8d9025c974e25546e95bf69 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 23 Apr 2016 17:22:39 +0200 Subject: make the link to /help in dropdown conditional to the use of context help --- view/tpl/nav.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 8cc4c2005..03b48fd00 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -36,7 +36,7 @@
  • {{$nav.admin.1}}
  • {{/if}} - {{if $nav.help}} + {{if $nav.help.6}}
  • {{$nav.help.1}}
  • {{/if}} -- cgit v1.2.3