cbc60d525e
remove html from viewcontacts.php and contacts.php use contact_template.tpl to print contacts also in viewcontacts
10 lines
152 B
Smarty
Executable file
10 lines
152 B
Smarty
Executable file
<h3>$title</h3>
|
|
|
|
{{ for $contacts as $contact }}
|
|
{{ inc contact_template.tpl }}{{ endinc }}
|
|
{{ endfor }}
|
|
|
|
<div id="view-contact-end"></div>
|
|
|
|
$paginate
|