/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $document = &JFactory::getDocument(); $renderer = $document->loadRenderer( 'modules' ); echo $renderer->render( 'position_name', $options, null); ?>