diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-21 12:00:19 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-21 12:00:19 +0100 |
commit | 42fbc28b1127243a39cafffa989e6147108e89a9 (patch) | |
tree | 76b6e9528060f4b87f0a22c74d9375ae37434997 /view | |
parent | 7de57174183e467f89c0795565ebc3d6da90bb1d (diff) | |
download | volse-hubzilla-42fbc28b1127243a39cafffa989e6147108e89a9.tar.gz volse-hubzilla-42fbc28b1127243a39cafffa989e6147108e89a9.tar.bz2 volse-hubzilla-42fbc28b1127243a39cafffa989e6147108e89a9.zip |
missing template
Diffstat (limited to 'view')
-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> |