X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdispy%2Fprofile_vcard.tpl;h=ac19ad935b8f74acf448a71c9d34788535a480e1;hb=96ed0a77912e049799dc81761f1dbe4a9eec5757;hp=0c289d982b41c43d3f5eb98c24eb6a89ef1a23aa;hpb=be9985a3aed1bfbbc6964973e2f12d0bd7928c04;p=friendica.git diff --git a/view/theme/dispy/profile_vcard.tpl b/view/theme/dispy/profile_vcard.tpl index 0c289d982b..ac19ad935b 100644 --- a/view/theme/dispy/profile_vcard.tpl +++ b/view/theme/dispy/profile_vcard.tpl @@ -1,12 +1,28 @@
+ {{ if $profile.edit }} +
+ + $profile.edit.1 + +
+ {{ endif }} +
$profile.name
- + {{ if $pdesc }}
$profile.pdesc
{{ endif }}
- $profile.name + $profile.name
{{ if $location }} @@ -15,10 +31,11 @@
{{ if $profile.address }}
$profile.address
{{ endif }} - $profile.zip - $profile.locality{{ if $profile.locality }}, {{ endif }} - $profile.region - $profile.postal-code + + $profile.locality{{ if $profile.locality }}, {{ endif }} + $profile.region + $profile.postal-code + {{ if $profile.country-name }}$profile.country-name{{ endif }}
@@ -50,7 +67,7 @@ target="external-link">$profile.homepage {{ endif }} - {{ inc diaspora_vcard.tpl }}{{ endinc }} + {{ inc $diaspora_vcard with $diaspora=$diaspora_info }}{{ endinc }}