diff --git a/controller/main.php b/controller/main.php index 23140f3..19e96ec 100644 --- a/controller/main.php +++ b/controller/main.php @@ -905,7 +905,7 @@ class main // Start matchday list if ($side == 'bet') { - include($this->football_root_path . 'block/side_table.' . $this->php_ext); + include($this->football_root_path . 'block/table.' . $this->php_ext); } else {