Add results_tl to language and main controller.

This commit is contained in:
2018-04-03 17:47:30 +02:00
parent 85d3c835d2
commit 37204150dc
2 changed files with 6 additions and 1 deletions

View File

@@ -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);