embeding a joomla module in a component -
i want show module in component in joomla-2.5. tried below code not working.
jimport('joomla.application.module.helper'); $modules = jmodulehelper::getmodules('latest albums'); foreach($modules $module) { echo jmodulehelper::rendermodule($module); } 'latest albums' title of module. used mod_name alone , (mod_name,mod title) didn't work.
how can resolve it.
Comments
Post a Comment