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

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -