', $board['new'] ? '' : '', ' |
' . $board['link'] . '
' . $board['description'];
if (!empty($board['moderators']))
echo '
', count($board['moderators']) == 1 ? $txt[298] : $txt[299], ': ', implode(', ', $board['link_moderators']), '';
if (!empty($board['children']))
{
$children = array();
foreach ($board['children'] as $child)
{
if ($child['new'])
$children[] = '' . $child['link'] . '';
else
$children[] = $child['link'];
}
echo '
', $txt['parent_boards'], ': ', implode(', ', $children), '';
}
echo '
|
', $board['topics'], '
|
', $board['posts'], '
|
', $board['last_post']['time'], '
', $txt['smf88'], ' ', $board['last_post']['link'], '
', $txt[525], ' ', $board['last_post']['member']['link'], '
|
';
}
echo '