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