X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fprofile_vcard.tpl;h=154f22363ce6118ce3c80c104a449d4024b503d1;hb=36545e554bd051f602c270569a20eddf432555f0;hp=3cd96eabff8cc03273c9194fd2f99c8adb96ee31;hpb=b40281802ffce0b977cb0b1c4d02902ecf82e753;p=friendica.git diff --git a/view/profile_vcard.tpl b/view/profile_vcard.tpl old mode 100644 new mode 100755 index 3cd96eabff..154f22363c --- a/view/profile_vcard.tpl +++ b/view/profile_vcard.tpl @@ -1,26 +1,47 @@
- $fullname - $pdesc - $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