From dcbc0c0c9516adf616023615871439b4015fa686 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 1 Aug 2012 05:02:43 -0700 Subject: major theme re-org, only duepuntozero and slackr working atm --- view/tpl/profile_vcard.tpl | 50 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 view/tpl/profile_vcard.tpl (limited to 'view/tpl/profile_vcard.tpl') diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl new file mode 100644 index 000000000..d1e684795 --- /dev/null +++ b/view/tpl/profile_vcard.tpl @@ -0,0 +1,50 @@ +
+ +
$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 }} + + +
+ +$contact_block + + -- cgit v1.2.3