X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdispy%2Fprofile_vcard.tpl;h=cf0054a675ee85a5aded3174318e66f4dcb867cc;hb=9433d229edad5f830e36d288fbd9163a4c4c6527;hp=b3f5cc50d6570a43dc99f9d522b9949859d340a5;hpb=3dca29b3d5071303e22f35ab73ffec4463cbc543;p=friendica.git diff --git a/view/theme/dispy/profile_vcard.tpl b/view/theme/dispy/profile_vcard.tpl index b3f5cc50d6..cf0054a675 100644 --- a/view/theme/dispy/profile_vcard.tpl +++ b/view/theme/dispy/profile_vcard.tpl @@ -1,35 +1,71 @@
-
$profile.name
- - - - {{ if $pdesc }}
$profile.pdesc
{{ endif }} -
$profile.name
+ {{ if $profile.edit }} +
+ + $profile.edit.1 + +
+ {{ endif }} +
$profile.name
+ {{ if $pdesc }} +
$profile.pdesc
+ {{ endif }} +
+ $profile.name +
{{ if $location }} -
$location
-
- {{ if $profile.address }}
$profile.address
{{ endif }} +
+ $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 $gender }} +
+ $gender + $profile.gender +
+ {{ endif }} - {{ if $profile.pubkey }}{{ endif }} + {{ if $profile.pubkey }} + + {{ endif }} - {{ if $marital }}
$marital
$profile.marital
{{ endif }} + {{ if $marital }} +
+ + $marital + $profile.marital +
+ {{ endif }} - {{ if $homepage }}
$homepage
$profile.homepage
{{ endif }} + {{ if $homepage }} +
+ $homepage + $profile.homepage +
{{ endif }} {{ inc diaspora_vcard.tpl }}{{ endinc }} @@ -44,4 +80,3 @@ $contact_block -