aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/suggest_page.tpl
blob: 97837c85213ba8056e1ba055422e4a3750b00a21 (plain) (blame)
1
2
3
4
5
6
7
8
9
<h3>{{$title}}</h3>

{{if $entries}}
{{foreach $entries as $child}}
{{include file="suggest_friends.tpl" entry=$child}}
{{/foreach}}
{{/if}}

<div class="clear"></div>