";
if ($mod)
echo " | ";
$pic = config::$main['staticurl'] . "/beta5/pics/" . ($topics[$i]['read'] ? '' : 'un') . 'read';
if ($topics[$i]['sticky'])
$pic .= '_sticky';
$pic .= '.gif';
$text = ($topics[$i]['read'] ? 'Read' : 'Unread') . ($topics[$i]['sticky'] ? " sticky" : "") . " topic";
echo " | ";
echo "";
// FIXME: poll icon
echo utf8entities($topics[$i]['title']) . " | ";
echo "" . $topics[$i]['posts'] . " | ";
echo "" . gmstrftime('%H:%M:%S on %d/%m/%Y', $topics[$i]['moment']) . " by ";
if ($topics[$i]['author_id'] != '')
echo "".utf8entities($topics[$i]['author'])."";
else
echo "".utf8entities($topics[$i]['author'])."";
echo " | " . gmstrftime('%H:%M:%S on %d/%m/%Y', $topics[$i]['last_moment']) . " by ";
if ($topics[$i]['last_author_id'] != '')
echo "".utf8entities($topics[$i]['last_author'])."";
else
echo "".utf8entities($topics[$i]['last_author'])."";
echo " | ";
}
}
?>