aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_tabs.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-10-05 16:59:33 -0700
committerzotlabs <mike@macgirvin.com>2017-10-05 16:59:33 -0700
commita0eb62852606ef0362d3ed07e4bd50aeb5b6f73c (patch)
tree603ec81d2244d9ff099dffa94a6af57c6a2e73e0 /view/tpl/profile_tabs.tpl
parent4ab21edba8511eb96b08371424841d6ffb808cf8 (diff)
downloadvolse-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.tpl4
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