Add results_tl and handling in different files
This commit is contained in:
@@ -932,6 +932,7 @@ class main
|
||||
{
|
||||
include($this->football_root_path . 'block/table.' . $this->php_ext);
|
||||
}
|
||||
elseif ($league > 50) {/* do nothing */}
|
||||
else
|
||||
{
|
||||
include($this->football_root_path . 'block/rank_matchday.' . $this->php_ext);
|
||||
@@ -941,7 +942,9 @@ class main
|
||||
//*****************************************************************************
|
||||
|
||||
// Start total list
|
||||
include($this->football_root_path . 'block/rank_total.' . $this->php_ext);
|
||||
if($league < 50) {
|
||||
include($this->football_root_path . 'block/rank_total.' . $this->php_ext);
|
||||
}
|
||||
// End total list
|
||||
|
||||
//*****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user