Skip to content

Instantly share code, notes, and snippets.

@araneta
Created May 11, 2014 12:41
Show Gist options
  • Save araneta/53a7d3a2f89bebd34bff to your computer and use it in GitHub Desktop.
Save araneta/53a7d3a2f89bebd34bff to your computer and use it in GitHub Desktop.
Joomla: render module from template
jimport( 'joomla.application.module.helper' );
$module = JModuleHelper::getModule('mod_related_items');
$attribs['style'] = 'xhtml';
echo JModuleHelper::renderModule( $module, $attribs );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment