diff options
Diffstat (limited to 'view/tpl/smarty3/viewcontact_template.tpl')
-rw-r--r-- | view/tpl/smarty3/viewcontact_template.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/view/tpl/smarty3/viewcontact_template.tpl b/view/tpl/smarty3/viewcontact_template.tpl new file mode 100644 index 000000000..18fed6bb4 --- /dev/null +++ b/view/tpl/smarty3/viewcontact_template.tpl @@ -0,0 +1,9 @@ +<h3>{{$title}}</h3> + +{{foreach $contacts as $contact}} + {{include file="contact_template.tpl"}} +{{/foreach}} + +<div id="view-contact-end"></div> + +{{$paginate}} |