references:joomla.framework:application:jmodulehelper-rendermoduleTable of Contents
renderModule
Renders a module and returns its output. Syntaxvoid renderModule ( $module, $attribs = array() )
If no $attribs are provided, the default output style applied is ‘none’. ExamplesExample A template designer may provide custom “chrome” styles by adding html/modules.php to the currently active template directory. Each “chrome” is rendered “on top” if the style attribute in the template is given as a space separated list: Example <jdoc:include type="modules" name="right" style="mystyle otherstyle" /> |


