Show table on bet site also on mobile devices

This commit is contained in:
2018-06-24 16:39:04 +02:00
parent 9d57480e6d
commit 4870166b96

View File

@@ -937,7 +937,7 @@ class main
// Start matchday list // Start matchday list
if ($side == 'bet') if ($side == 'bet')
{ {
include($this->football_root_path . 'block/table.' . $this->php_ext);
} }
else else
{ {
@@ -953,6 +953,12 @@ class main
//***************************************************************************** //*****************************************************************************
} }
if ($side == 'bet')
{
include($this->football_root_path . 'block/table.' . $this->php_ext);
}
// Start assign vars // Start assign vars
$sql_ary = array( $sql_ary = array(
'football_season' => (int) $season, 'football_season' => (int) $season,