Revision: 50600
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 28, 2011 21:00 by mortennajbjerg
Initial Code
$document = &JFactory::getDocument();
$renderer = $document->loadRenderer('modules');
$options = array('style' => 'xhtml');
$position = 'right';
echo $renderer->render($position, $options, null);
Initial URL
Initial Description
Initial Title
Joomla!: Place Positions anywhere in the code
Initial Tags
joomla
Initial Language
PHP