From 5e1980becf69a4c65489bed6f94fa730ec8ef4bf Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 8 May 2013 04:23:17 -0400 Subject: remove "internal" templates, use "tpl/" folder for smarty3 templates, move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates --- view/tpl/profile_vcard.tpl | 51 +++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 23 deletions(-) mode change 100644 => 100755 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 old mode 100644 new mode 100755 index 323658463..422b43720 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -1,52 +1,57 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}}
- {{ if $profile.edit }} + {{if $profile.edit}}
- $profile.edit.1 + {{$profile.edit.1}}
- {{ endif }} + {{/if}} -
$profile.name
+
{{$profile.name}}
- {{ if $pdesc }}
$profile.pdesc
{{ endif }} -
$profile.name
+ {{if $pdesc}}
{{$profile.pdesc}}
{{/if}} +
{{$profile.name}}
- {{ if $location }} -
$location
+ {{if $location}} +
{{$location}}
- {{ if $profile.address }}
$profile.address
{{ endif }} + {{if $profile.address}}
{{$profile.address}}
{{/if}} - $profile.locality{{ if $profile.locality }}, {{ endif }} - $profile.region - $profile.postal_code + {{$profile.locality}}{{if $profile.locality}}, {{/if}} + {{$profile.region}} + {{$profile.postal_code}} - {{ if $profile.country_name }}$profile.country_name{{ endif }} + {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
- {{ endif }} + {{/if}} - {{ if $gender }}
$gender
$profile.gender
{{ endif }} + {{if $gender}}
{{$gender}}
{{$profile.gender}}
{{/if}} - {{ if $marital }}
$marital
$profile.marital
{{ endif }} + {{if $marital}}
{{$marital}}
{{$profile.marital}}
{{/if}} - {{ if $homepage }}
$homepage
$profile.homepage
{{ endif }} + {{if $homepage}}
{{$homepage}}
{{$profile.homepage}}
{{/if}}
-$contact_block +{{$contact_block}} -- cgit v1.2.3