Adding module inside a view in Joomla

<?php $myblurb_modules = &JModuleHelper::getModules( 'your_module_position' foreach ($myblurb_modules as $myblurb) { $_options = array( 'style' => 'xhtml' ); echo JModuleHelper::renderModule( $myblurb, $_options ); } ?>
This is how to add a module inside a view in Joomla

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.