// new layout page stats, substitute fieldset by div, legend by h2, delete stylesheet on html
This commit is contained in:
@@ -45,10 +45,9 @@ abstract class AdminStatsTabControllerCore extends AdminPreferencesControllerCor
|
||||
$this->loadObject(true);
|
||||
$this->content .= $this->initView();
|
||||
}
|
||||
|
||||
$this->content .= $this->displayCalendar();
|
||||
$this->content .= $this->displayEngines();
|
||||
|
||||
$this->content .= $this->displayMenu();
|
||||
$this->content .= $this->displayCalendar();
|
||||
$this->content .= $this->displayStats();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user