Joomla!: Place Modules anywhere in the code


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $modules_arr = &JModuleHelper::getModules( 'your_module_position' );
  2. foreach($modules_arr as $mod)
  3. {
  4. // Print out module
  5. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.