missing template
This commit is contained in:
parent
7de5717418
commit
42fbc28b11
4
view/tpl/profile_tabs.tpl
Normal file
4
view/tpl/profile_tabs.tpl
Normal file
@ -0,0 +1,4 @@
|
||||
{{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>
|
||||
{{/foreach}}
|
||||
<div class="dropdown-divider"></div>
|
Reference in New Issue
Block a user