diff options
Diffstat (limited to 'view/tpl/smarty3/nogroup-template.tpl')
-rw-r--r-- | view/tpl/smarty3/nogroup-template.tpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/view/tpl/smarty3/nogroup-template.tpl b/view/tpl/smarty3/nogroup-template.tpl new file mode 100644 index 000000000..15094b2d6 --- /dev/null +++ b/view/tpl/smarty3/nogroup-template.tpl @@ -0,0 +1,12 @@ +<h1>{{$header}}</h1> + +{{foreach $contacts as $contact}} + {{include file="contact_template.tpl"}} +{{/foreach}} +<div id="contact-edit-end"></div> + +{{$paginate}} + + + + |