function render_game($subject, $game, $info) {
global $locale;
include LOCALE.LOCALESET."games.php";
echo "
$subject |
|
\n";
if ($info['game_allow_comments']) echo $info['game_comments'].$locale['043']." ·\n";
echo "".$locale['407']." ".$info['game_reads']." ".$locale['406']."
|
";
}