diff options
Diffstat (limited to 'view/tpl/suggest_page.tpl')
-rwxr-xr-x | 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 100755 index 000000000..97837c852 --- /dev/null +++ b/view/tpl/suggest_page.tpl @@ -0,0 +1,9 @@ +<h3>{{$title}}</h3> + +{{if $entries}} +{{foreach $entries as $child}} +{{include file="suggest_friends.tpl" entry=$child}} +{{/foreach}} +{{/if}} + +<div class="clear"></div> |