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