public static function getSettings() { $ret = parent::getSettings(); $ret['componentName'] = 'Theme'; $ret['flags']['resetMaster'] = true; return $ret; }
public static function getSettings() { $ret = parent::getSettings(); Kwf_Component_Theme_Abstract::applySettings($ret, Kwf_Config::getValue('kwc.theme')); return $ret; }