Include full table in bet view instead of small table

This commit is contained in:
2018-04-02 22:56:21 +02:00
parent 4a64eb71a3
commit 92267523b9

View File

@@ -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
{