Version 0.9.6

This commit is contained in:
football
2016-05-29 15:51:04 +02:00
parent 01ca41655f
commit caeec03da8
16 changed files with 601 additions and 138 deletions

View File

@@ -902,7 +902,14 @@ class main
if (!$user->data['football_mobile'])
{
// Start matchday list
include($this->football_root_path . 'block/rank_matchday.' . $this->php_ext);
if ($side == 'bet')
{
include($this->football_root_path . 'block/side_table.' . $this->php_ext);
}
else
{
include($this->football_root_path . 'block/rank_matchday.' . $this->php_ext);
}
// End matchday list
//*****************************************************************************