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/contacts-template.tpl | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) mode change 100644 => 100755 view/tpl/contacts-template.tpl (limited to 'view/tpl/contacts-template.tpl') diff --git a/view/tpl/contacts-template.tpl b/view/tpl/contacts-template.tpl old mode 100644 new mode 100755 index ecb342bf4..66f3f5c87 --- a/view/tpl/contacts-template.tpl +++ b/view/tpl/contacts-template.tpl @@ -1,25 +1,30 @@ -

$header{{ if $total }} ($total){{ endif }}

+{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} +

{{$header}}{{if $total}} ({{$total}}){{/if}}

-{{ if $finding }}

$finding

{{ endif }} +{{if $finding}}

{{$finding}}

{{/if}}
-
-$desc - - + +{{$desc}} + +
-$tabs +{{$tabs}} -{{ for $contacts as $contact }} - {{ inc contact_template.tpl }}{{ endinc }} -{{ endfor }} +{{foreach $contacts as $contact}} + {{include file="contact_template.tpl"}} +{{/foreach}}
-$paginate +{{$paginate}} -- cgit v1.2.3