aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/suggest_page.tpl
blob: 07999abfd468bd027e98954fa95e1115e2964a59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>