diff options
Diffstat (limited to 'view/tpl/suggest_page.tpl')
-rw-r--r-- | view/tpl/suggest_page.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/view/tpl/suggest_page.tpl b/view/tpl/suggest_page.tpl new file mode 100644 index 000000000..ab9150138 --- /dev/null +++ b/view/tpl/suggest_page.tpl @@ -0,0 +1,9 @@ +<h3>$title</h3> + +{{ if $entries }} +{{ for $entries as $child }} +{{ inc suggest_friends.tpl with $entry=$child }}{{ endinc }} +{{ endfor }} +{{ endif }} + +<div class="clear"></div> |