Return to Snippet

Revision: 23883
at February 16, 2010 09:34 by connectr


Initial Code
<?php
 $document   = &JFactory::getDocument();
 $renderer   = $document->loadRenderer( 'modules' );
 $options   = array( 'style' => 'raw' );

 echo $renderer->render( 'position_name', $options, null);
 ?>

Initial URL


Initial Description


Initial Title
Load module position from overrides

Initial Tags
joomla

Initial Language
PHP