diff options
-rw-r--r-- | view/tpl/profile_tabs.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/profile_tabs.tpl b/view/tpl/profile_tabs.tpl new file mode 100644 index 000000000..983b6c0f0 --- /dev/null +++ b/view/tpl/profile_tabs.tpl @@ -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> |