Add results_tl to language and main controller.
This commit is contained in:
@@ -1014,6 +1014,10 @@ class main
|
||||
{
|
||||
include($this->football_root_path . 'block/under_construction.' . $this->php_ext);
|
||||
}
|
||||
elseif ($side == 'results_tl')
|
||||
{
|
||||
include($this->football_root_path . 'block/results.' . $this->php_ext);
|
||||
}
|
||||
else
|
||||
{
|
||||
include($this->football_root_path . 'block/' . $side . '.' . $this->php_ext);
|
||||
|
||||
Reference in New Issue
Block a user