From 22a9e4c9a9e4a48f644deed0432dc05a7e5b189c Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 1 Jun 2018 21:52:54 +0200 Subject: add manage privacy groups entry to the panel channel menu dropdown for now --- view/tpl/navbar_default.tpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'view/tpl/navbar_default.tpl') diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index ebcadf365..0eb0a964c 100755 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -27,6 +27,9 @@ {{foreach $nav.usermenu as $usermenu}} {{$usermenu.1}} {{/foreach}} + {{if $nav.group}} + {{$nav.group.1}} + {{/if}} {{if $nav.manage}} {{$nav.manage.1}} {{/if}} -- cgit v1.2.3