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