diff options
Diffstat (limited to 'view/tpl/nogroup-template.tpl')
-rwxr-xr-x[-rw-r--r--] | view/tpl/nogroup-template.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/tpl/nogroup-template.tpl b/view/tpl/nogroup-template.tpl index dd00ed097..15094b2d6 100644..100755 --- a/view/tpl/nogroup-template.tpl +++ b/view/tpl/nogroup-template.tpl @@ -1,11 +1,11 @@ -<h1>$header</h1> +<h1>{{$header}}</h1> -{{ for $contacts as $contact }} - {{ inc contact_template.tpl }}{{ endinc }} -{{ endfor }} +{{foreach $contacts as $contact}} + {{include file="contact_template.tpl"}} +{{/foreach}} <div id="contact-edit-end"></div> -$paginate +{{$paginate}} |