From 492609d20bd04ff76efb3406766d714d7384c6d0 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 1 Mar 2016 14:41:14 +0100 Subject: do not show empty buttons if not logged in --- view/tpl/profile_vcard.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/profile_vcard.tpl') diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 3c3bfda5a..943cc6339 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -19,7 +19,7 @@ {{if $editmenu.menu.cr_new}}
  • {{$editmenu.menu.cr_new}}
  • {{/if}} - {{else}} + {{elseif $editmenu}} {{/if}} {{/if}} -- cgit v1.2.3