Remove small rank total from main view.

This commit is contained in:
2018-04-03 19:13:08 +02:00
parent 148c16c87a
commit 0b9f099381

View File

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