From: rabuzarus <>
Date: Sun, 23 Apr 2017 12:51:41 +0000 (+0200)
Subject: fix smarty PHP warnings
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=46291b2e2bedc379ebb4a872f61612e80572799f;p=friendica.git
fix smarty PHP warnings
---
diff --git a/view/theme/frio/templates/contact_template.tpl b/view/theme/frio/templates/contact_template.tpl
index 07fec8efbb..570e0f818e 100644
--- a/view/theme/frio/templates/contact_template.tpl
+++ b/view/theme/frio/templates/contact_template.tpl
@@ -45,16 +45,46 @@
+ {{if $contact.photo_menu}}
{{* The contact actions like private mail, delete contact, edit contact and so on *}}
+ {{/if}}
{{* The button to add or remove contacts from a contact group - group edit page *}}
{{if $contact.change_member}}
@@ -148,15 +178,41 @@ We use this part to filter the contacts with jquery.textcomplete *}}
+ {if $photo_menu}
{{* The contact actions like private mail, delete contact, edit contact and so on *}}
+ {/if}
{{* The contact description (e.g. Name, Network, kind of connection and so on *}}