diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-21 13:59:44 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-21 13:59:44 +0100 |
commit | a7d184ba549156491be49f692eb46c4fde6bbe23 (patch) | |
tree | e32cf5e1f81269f67b39c7e4032484b22232deef /view | |
parent | 546867c1025d599f1176e3025246d3fe2e408a13 (diff) | |
download | volse-hubzilla-a7d184ba549156491be49f692eb46c4fde6bbe23.tar.gz volse-hubzilla-a7d184ba549156491be49f692eb46c4fde6bbe23.tar.bz2 volse-hubzilla-a7d184ba549156491be49f692eb46c4fde6bbe23.zip |
add generic-icons-nav class
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/profile_tabs.tpl | 2 |
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> {{$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> |