diff options
Diffstat (limited to 'view/tpl/smarty3/suggest_page.tpl')
-rw-r--r-- | view/tpl/smarty3/suggest_page.tpl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/tpl/smarty3/suggest_page.tpl b/view/tpl/smarty3/suggest_page.tpl new file mode 100644 index 000000000..07999abfd --- /dev/null +++ b/view/tpl/smarty3/suggest_page.tpl @@ -0,0 +1,14 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} +<h3>{{$title}}</h3> + +{{if $entries}} +{{foreach $entries as $child}} +{{include file="suggest_friends.tpl" entry=$child}} +{{/foreach}} +{{/if}} + +<div class="clear"></div> |