From 42fbc28b1127243a39cafffa989e6147108e89a9 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 21 Mar 2017 12:00:19 +0100 Subject: missing template --- view/tpl/profile_tabs.tpl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 view/tpl/profile_tabs.tpl 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}} +{{$tab.label}} +{{/foreach}} + -- cgit v1.2.3