Return to Snippet

Revision: 50600
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