Add results_tl and handling in different files

This commit is contained in:
2018-04-03 18:43:39 +02:00
parent 6c06de3772
commit 511fab50b7
5 changed files with 24 additions and 7 deletions

View File

@@ -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
//*****************************************************************************