aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/nogroup-template.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/nogroup-template.tpl')
-rwxr-xr-x[-rw-r--r--]view/tpl/nogroup-template.tpl15
1 files changed, 10 insertions, 5 deletions
diff --git a/view/tpl/nogroup-template.tpl b/view/tpl/nogroup-template.tpl
index dd00ed097..7d103a655 100644..100755
--- a/view/tpl/nogroup-template.tpl
+++ b/view/tpl/nogroup-template.tpl
@@ -1,11 +1,16 @@
-<h1>$header</h1>
+{{*
+ * AUTOMATICALLY GENERATED TEMPLATE
+ * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
+<h1>{{$header}}</h1>
-{{ for $contacts as $contact }}
- {{ inc contact_template.tpl }}{{ endinc }}
-{{ endfor }}
+{{foreach $contacts as $contact}}
+ {{include file="contact_template.tpl"}}
+{{/foreach}}
<div id="contact-edit-end"></div>
-$paginate
+{{$paginate}}