aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_tabs.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-21 13:38:44 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-21 13:38:44 +0100
commit546867c1025d599f1176e3025246d3fe2e408a13 (patch)
tree65d1682024e256a4f6d04db6204e80c8bceb7e18 /view/tpl/profile_tabs.tpl
parent42fbc28b1127243a39cafffa989e6147108e89a9 (diff)
downloadvolse-hubzilla-546867c1025d599f1176e3025246d3fe2e408a13.tar.gz
volse-hubzilla-546867c1025d599f1176e3025246d3fe2e408a13.tar.bz2
volse-hubzilla-546867c1025d599f1176e3025246d3fe2e408a13.zip
add icon, name and thumb to profile tabs. remove login app - we have login in the panel now.
Diffstat (limited to 'view/tpl/profile_tabs.tpl')
-rw-r--r--view/tpl/profile_tabs.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/profile_tabs.tpl b/view/tpl/profile_tabs.tpl
index 983b6c0f0..c0adb3ce5 100644
--- a/view/tpl/profile_tabs.tpl
+++ b/view/tpl/profile_tabs.tpl
@@ -1,4 +1,5 @@
+<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}}>{{$tab.label}}</a>
+<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}}"></i>&nbsp;{{$tab.label}}</a>
{{/foreach}}
<div class="dropdown-divider"></div>