diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-06-01 21:52:54 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-06-01 21:52:54 +0200 |
commit | 22a9e4c9a9e4a48f644deed0432dc05a7e5b189c (patch) | |
tree | 838e862dffb990a92b613badc40d709c22102be0 /view/tpl/navbar_default.tpl | |
parent | 56f0244360462d96e2737ca4407feb7909c170d8 (diff) | |
download | volse-hubzilla-22a9e4c9a9e4a48f644deed0432dc05a7e5b189c.tar.gz volse-hubzilla-22a9e4c9a9e4a48f644deed0432dc05a7e5b189c.tar.bz2 volse-hubzilla-22a9e4c9a9e4a48f644deed0432dc05a7e5b189c.zip |
add manage privacy groups entry to the panel channel menu dropdown for now
Diffstat (limited to 'view/tpl/navbar_default.tpl')
-rwxr-xr-x | view/tpl/navbar_default.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
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}} <a class="dropdown-item{{if $usermenu.2}} active{{/if}}" href="{{$usermenu.0}}" title="{{$usermenu.3}}" role="menuitem" id="{{$usermenu.4}}">{{$usermenu.1}}</a> {{/foreach}} + {{if $nav.group}} + <a class="dropdown-item" href="{{$nav.group.0}}" title="{{$nav.group.3}}" role="menuitem" id="{{$nav.group.4}}">{{$nav.group.1}}</a> + {{/if}} {{if $nav.manage}} <a class="dropdown-item{{if $sel.name == Manage}} active{{/if}}" href="{{$nav.manage.0}}" title="{{$nav.manage.3}}" role="menuitem" id="{{$nav.manage.4}}">{{$nav.manage.1}}</a> {{/if}} |