From 546867c1025d599f1176e3025246d3fe2e408a13 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 21 Mar 2017 13:38:44 +0100 Subject: add icon, name and thumb to profile tabs. remove login app - we have login in the panel now. --- view/tpl/profile_tabs.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/profile_tabs.tpl b/view/tpl/profile_tabs.tpl index 983b6c0f0..c0adb3ce5 100644 --- a/view/tpl/profile_tabs.tpl +++ b/view/tpl/profile_tabs.tpl @@ -1,4 +1,5 @@ + {{foreach $tabs as $tab}} -{{$tab.label}} + {{$tab.label}} {{/foreach}} -- cgit v1.2.3