aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_tabs.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-10-08 16:48:24 -0700
committerzotlabs <mike@macgirvin.com>2017-10-08 16:48:24 -0700
commit4011dd18f01d275620b13815573e359c77664e3a (patch)
tree3ee8037618ec387eb7bff2ae8cbccbb113439bee /view/tpl/profile_tabs.tpl
parent52b1ea10a1ef4ccec67b4248155651626ec24b44 (diff)
downloadvolse-hubzilla-4011dd18f01d275620b13815573e359c77664e3a.tar.gz
volse-hubzilla-4011dd18f01d275620b13815573e359c77664e3a.tar.bz2
volse-hubzilla-4011dd18f01d275620b13815573e359c77664e3a.zip
alternate navbar layouts
Diffstat (limited to 'view/tpl/profile_tabs.tpl')
-rw-r--r--view/tpl/profile_tabs.tpl3
1 files changed, 0 insertions, 3 deletions
diff --git a/view/tpl/profile_tabs.tpl b/view/tpl/profile_tabs.tpl
index b59135209..72e98ae82 100644
--- a/view/tpl/profile_tabs.tpl
+++ b/view/tpl/profile_tabs.tpl
@@ -2,6 +2,3 @@
{{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