From: fabrixxm Date: Sun, 7 Sep 2014 09:20:56 +0000 (+0200) Subject: html mail template add img tag only if source_photo is defined X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9368c7e5104e217d0b9983c9af9daad86c182769;p=friendica.git html mail template add img tag only if source_photo is defined --- diff --git a/view/templates/email_notify_html.tpl b/view/templates/email_notify_html.tpl index 4eccff63f3..94fac74471 100644 --- a/view/templates/email_notify_html.tpl +++ b/view/templates/email_notify_html.tpl @@ -15,8 +15,10 @@ {{if $content_allowed}} + {{if $source_photo}} {{$source_name}} + {{/if}} {{$title}} {{$htmlversion}} {{/if}}