function load($params, $renderLayout = true) { $view = $params[0]; $path = WWW_ROOT . 'css' . DS . $view; parent::loadCss($path); }