From 0b9f099381b3aead47e3d79fb289f711a01ee1b4 Mon Sep 17 00:00:00 2001 From: Julian Date: Tue, 3 Apr 2018 19:13:08 +0200 Subject: [PATCH] Remove small rank total from main view. --- controller/main.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/controller/main.php b/controller/main.php index e0670d9..c9f808a 100644 --- a/controller/main.php +++ b/controller/main.php @@ -941,14 +941,6 @@ class main //***************************************************************************** - // Start total list - if($league < 50) { - include($this->football_root_path . 'block/rank_total.' . $this->php_ext); - } - // End total list - - //***************************************************************************** - // Start delivery list include($this->football_root_path . 'block/delivery.' . $this->php_ext); // End delivery list