global $option, $task;if (($option == 'com_reservations') && ($task == 'hotel')) { //we are in the hotel's details page, display the module mosLoadModules('position name here', -2);}
global $option, $task;$showmod = true;if (($option == 'com_reservations') && ($task == 'hotel')) { $showmod = false; }if ($showmod) { mosLoadModules('position name here', -2);}
if(defined('IOSR_HOTEL')) { echo 'You see the hotel with id: '.IOSR_HOTEL;}