Wednesday, February 29, 2012

Rendering a module inside a component

$module = &JModuleHelper::getModule('mod_module');
$html = JModuleHelper::renderModule($module);
echo $html;

No comments:

Post a Comment