If you want to display the next match, put the following code in your sidebar:
<?php if (class_exists('EM08')){EM08::nextMatch();}?>
If you want to display live results, put the following code in your sidebar:
<?php if (class_exists('EM08')){EM08::currentMatch(1);}?>
You may want to change the given ID for currentMatch depending on what round you want to display.
If the Live-Result is displayed in red, the game is still running. If the the Live-Result is displayed in black, the game is over. Live-Results will be displayed 180 minutes from kick-off.




