Web >> Development >> CMS >> Joomla >> How to display the details of the module at a position

<?php $modules = JModuleHelper::getModules( 'right' ); echo '<pre>'; print_r( $modules ); echo '</pre>'; ?>