This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/view/tpl/viewcontact_template.tpl
Jeroen 2ddd022540 +1
2014-10-11 14:39:56 +00:00

11 lines
234 B
Smarty
Executable File

<div class="generic-content-wrapper generic-content-wrapper-styled">
<h3>{{$title}}</h3>
{{foreach $contacts as $contact}}
{{include file="contact_template.tpl"}}
{{/foreach}}
<div id="view-contact-end"></div>
{{$paginate}}
</div>