Load parameter of module
jimport( 'joomla.application.component.helper' ); $params = JComponentHelper::getParams('com_component'); $params->get ('my_parameter'); where my_parameter is the name of the parameter in the file administrator/components/your_component/config.xml.














