X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=view%2Fprofile_vcard.tpl;h=6e137f28fa1a168f502fe8adac028e95304e0485;hb=bc03bb5a4a76363b59cb6b20b17f8b79db122b22;hp=81659af6a00dc0e454985a311e696fe90e16053d;hpb=78d8bcbc6023ae62d84c77cd91619bf0f016d376;p=friendica.git diff --git a/view/profile_vcard.tpl b/view/profile_vcard.tpl index 81659af6a0..6e137f28fa 100644 --- a/view/profile_vcard.tpl +++ b/view/profile_vcard.tpl @@ -1,26 +1,50 @@
- $fullname - - $tabs - - $photo - +
$profile.name
+ + + + {{ if $pdesc }}
$profile.pdesc
{{ endif }} +
$profile.name
+ + + + {{ if $location }} +
$location
+
+ {{ if $profile.address }}
$profile.address
{{ endif }} + + $profile.locality{{ if $profile.locality }}, {{ endif }} + $profile.region + $profile.postal_code + + {{ if $profile.country_name }}$profile.country_name{{ endif }} +
+
+ {{ endif }} + + {{ if $gender }}
$gender
$profile.gender
{{ endif }} + + {{ if $profile.pubkey }}{{ endif }} + + {{ if $marital }}
$marital
$profile.marital
{{ endif }} + + {{ if $homepage }}
$homepage
$profile.homepage
{{ endif }} + + {{ inc diaspora_vcard.tpl }}{{ endinc }} + - - $location - - $gender - - $pubkey -
-$marital +$contact_block -$homepage