X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fprofile_vcard.tpl;h=7cd02f16486eb38ea54f5bbe54408fc1982936ef;hb=b23ad806ec8cedbc94d721279fd5615f79c4a4c6;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..7cd02f1648 --- a/view/profile_vcard.tpl +++ b/view/profile_vcard.tpl @@ -1,26 +1,63 @@
- $fullname - $pdesc - $tabs +
+
$profile.name
+ {{ if $profile.edit }} +
+ $profile.edit.1 + +
+ {{ endif }} +
- $photo - + {{ if $pdesc }}
$profile.pdesc
{{ endif }} +
$profile.name
+ - $location - $gender + {{ 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 }} - $pubkey + {{ 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 }} + +
-$marital +$contact_block -$homepage