Ejemplo n.º 1
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     Kwf_Component_Theme_Abstract::applySettings($ret, Kwf_Config::getValue('kwc.theme'));
     return $ret;
 }