14 lines
164 B
Smarty
14 lines
164 B
Smarty
|
|
<h1>{{$header}}</h1>
|
|
|
|
{{foreach $contacts as $contact}}
|
|
{{include file="contact_template.tpl"}}
|
|
{{/foreach}}
|
|
<div id="contact-edit-end"></div>
|
|
|
|
{{$paginate}}
|
|
|
|
|
|
|
|
|