X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fprofile_vcard.tpl;h=7cd02f16486eb38ea54f5bbe54408fc1982936ef;hb=b23ad806ec8cedbc94d721279fd5615f79c4a4c6;hp=81659af6a00dc0e454985a311e696fe90e16053d;hpb=78d8bcbc6023ae62d84c77cd91619bf0f016d376;p=friendica.git diff --git a/view/profile_vcard.tpl b/view/profile_vcard.tpl old mode 100644 new mode 100755 index 81659af6a0..7cd02f1648 --- a/view/profile_vcard.tpl +++ b/view/profile_vcard.tpl @@ -1,26 +1,63 @@
- $fullname +
+
$profile.name
+ {{ if $profile.edit }} +
+ $profile.edit.1 + +
+ {{ endif }} +
- $tabs - $photo + {{ if $pdesc }}
$profile.pdesc
{{ endif }} +
$profile.name
+ - - $location + {{ 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 }} - $gender + {{ if $gender }}
$gender
$profile.gender
{{ endif }} + + {{ if $profile.pubkey }}{{ endif }} - $pubkey + {{ if $marital }}
$marital
$profile.marital
{{ endif }} + {{ if $homepage }}
$homepage
$profile.homepage
{{ endif }} + + {{ inc diaspora_vcard.tpl }}{{ endinc }} + +
-$marital +$contact_block -$homepage