From: Michael Vogel Date: Tue, 17 Feb 2015 16:33:28 +0000 (+0100) Subject: There is now a link to the profile behind the avatar picture on the display page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=52de6c11b157fa59ccd42f5f6779b9b8ce11730b;p=friendica.git There is now a link to the profile behind the avatar picture on the display page --- diff --git a/view/templates/profile_vcard.tpl b/view/templates/profile_vcard.tpl index 9bbb7f8a42..d5628115bf 100644 --- a/view/templates/profile_vcard.tpl +++ b/view/templates/profile_vcard.tpl @@ -8,9 +8,9 @@ {{if $pdesc}}
{{$profile.pdesc}}
{{/if}} {{if $profile.picdate}} -
{{$profile.name}}
+
{{$profile.name}}
{{else}} -
{{$profile.name}}
+
{{$profile.name}}
{{/if}} {{if $profile.network_name}}
{{$network}}
{{$profile.network_name}}
{{/if}} {{if $location}} diff --git a/view/theme/vier/templates/profile_vcard.tpl b/view/theme/vier/templates/profile_vcard.tpl index 9d0c65601a..03d4fb3a6f 100644 --- a/view/theme/vier/templates/profile_vcard.tpl +++ b/view/theme/vier/templates/profile_vcard.tpl @@ -15,9 +15,9 @@ {{if $profile.picdate}} -
{{$profile.name}}
+
{{$profile.name}}
{{else}} -
{{$profile.name}}
+
{{$profile.name}}
{{/if}} {{if $pdesc}}
{{$profile.pdesc}}
{{/if}}