aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_tabs.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-21 13:59:44 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-21 13:59:44 +0100
commita7d184ba549156491be49f692eb46c4fde6bbe23 (patch)
treee32cf5e1f81269f67b39c7e4032484b22232deef /view/tpl/profile_tabs.tpl
parent546867c1025d599f1176e3025246d3fe2e408a13 (diff)
downloadvolse-hubzilla-a7d184ba549156491be49f692eb46c4fde6bbe23.tar.gz
volse-hubzilla-a7d184ba549156491be49f692eb46c4fde6bbe23.tar.bz2
volse-hubzilla-a7d184ba549156491be49f692eb46c4fde6bbe23.zip
add generic-icons-nav class
Diffstat (limited to 'view/tpl/profile_tabs.tpl')
-rw-r--r--view/tpl/profile_tabs.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_tabs.tpl b/view/tpl/profile_tabs.tpl
index c0adb3ce5..49b74bb8f 100644
--- a/view/tpl/profile_tabs.tpl
+++ b/view/tpl/profile_tabs.tpl
@@ -1,5 +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}}><i class="fa fa-fw fa-{{$tab.icon}}"></i>&nbsp;{{$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}} generic-icons-nav"></i>{{$tab.label}}</a>
{{/foreach}}
<div class="dropdown-divider"></div>