Show table on bet site also on mobile devices
This commit is contained in:
@@ -937,7 +937,7 @@ class main
|
||||
// Start matchday list
|
||||
if ($side == 'bet')
|
||||
{
|
||||
include($this->football_root_path . 'block/table.' . $this->php_ext);
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -953,6 +953,12 @@ class main
|
||||
|
||||
//*****************************************************************************
|
||||
}
|
||||
|
||||
if ($side == 'bet')
|
||||
{
|
||||
include($this->football_root_path . 'block/table.' . $this->php_ext);
|
||||
}
|
||||
|
||||
// Start assign vars
|
||||
$sql_ary = array(
|
||||
'football_season' => (int) $season,
|
||||
|
||||
Reference in New Issue
Block a user