last news
matches as $match) { $opponent = HTMLTags::removetags($match->opponent,true); $result = ""; if ($match->score_us == $match->score_opp) { $result="result_draw"; } else if ($match->score_us > $match->score_opp) { $result = "result_win"; } else { $result = "result_lost"; } ?>
game game date.": ".$opponent;?> score_us;?> : score_opp;?>