diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-05 16:59:33 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-05 16:59:33 -0700 |
commit | a0eb62852606ef0362d3ed07e4bd50aeb5b6f73c (patch) | |
tree | 603ec81d2244d9ff099dffa94a6af57c6a2e73e0 /view/tpl/profile_tabs.tpl | |
parent | 4ab21edba8511eb96b08371424841d6ffb808cf8 (diff) | |
download | volse-hubzilla-a0eb62852606ef0362d3ed07e4bd50aeb5b6f73c.tar.gz volse-hubzilla-a0eb62852606ef0362d3ed07e4bd50aeb5b6f73c.tar.bz2 volse-hubzilla-a0eb62852606ef0362d3ed07e4bd50aeb5b6f73c.zip |
Experimental alternate channel_menu navigation. To use, "util/config system.channel_menu 1"
Diffstat (limited to 'view/tpl/profile_tabs.tpl')
-rw-r--r-- | view/tpl/profile_tabs.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/profile_tabs.tpl b/view/tpl/profile_tabs.tpl index 49b74bb8f..b59135209 100644 --- a/view/tpl/profile_tabs.tpl +++ b/view/tpl/profile_tabs.tpl @@ -1,5 +1,7 @@ -<div class="dropdown-header"><img src="{{$thumb}}" class="menu-img-1">{{$name}}:</div> +<div class="dropdown-header"><img src="{{$thumb}}" class="menu-img-1">{{$name}}</div> {{foreach $tabs as $tab}} <a class="dropdown-item{{if $tab.sel}} {{$tab.sel}}{{/if}}" href="{{$tab.url}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}><i class="fa fa-fw fa-{{$tab.icon}} generic-icons-nav"></i>{{$tab.label}}</a> {{/foreach}} +{{if ! $channel_menu}} <div class="dropdown-divider"></div> +{{/if}}
\ No newline at end of file |