streams/view/tpl/suggest_page.tpl
2017-05-02 12:46:50 -07:00

9 lines
168 B
Smarty
Executable file

<h3>{{$title}}</h3>
{{if $entries}}
{{foreach $entries as $child}}
{{include file="suggest_friends.tpl" entry=$child}}
{{/foreach}}
{{/if}}
<div class="clear"></div>