mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
10 lines
168 B
Smarty
10 lines
168 B
Smarty
<h3>{{$title}}</h3>
|
|
|
|
{{if $entries}}
|
|
{{foreach $entries as $child}}
|
|
{{include file="suggest_friends.tpl" entry=$child}}
|
|
{{/foreach}}
|
|
{{/if}}
|
|
|
|
<div class="clear"></div>
|