Show table on bet site also on mobile devices
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user