// Cleaned CSS files

This commit is contained in:
Kevin Granger
2013-11-04 18:31:59 +01:00
parent 2a9ebaa6ed
commit 8aedd4eb04
8 changed files with 54 additions and 260 deletions
@@ -1023,9 +1023,6 @@ class AdminModulesControllerCore extends AdminController
public function initContent()
{
// Adding Css
//$this->addCSS(__PS_BASE_URI__.str_replace(_PS_ROOT_DIR_.DIRECTORY_SEPARATOR, '', _PS_ADMIN_DIR_).'/themes/'.$this->bo_theme.'/css/modules.css', 'all');
// If we are on a module configuration, no need to load all modules
if (Tools::getValue('configure') != '')
return true;