Changeset 4460
Author: Johan Janssens
(2012/02/02 22:54) 4 months ago
re #207 : Added ModDefaultHtml::_parseParams() function. Params are parsed either from json or ini format (dependant on the Joomla version) to a KConfig object. JParameter is no longer used.
{{if(is_string($value->params)) {if(is_string($value->params)) {$value->params = new JParameter($value->params);$value->params = $this->_parseParams($value->params);{{{foreach(explode("\n", $string) as $line){$param = explode("=", $line, 2);