hi Chris,
Is it possible to have something along the lines of:
<?php echo $calendar_months("ID_ITEM", 2); ?> in index.php to display say 2 rows of calendar months, one for each room?
eg:
<div id="the_months">
<span align="left" style="font-size: 16px;>
Room 1
</span><br /><?php echo $calendar_months("ID_ITEM", 1); ?>
</div>
<div id="the_months2">
<span align="left" style="font-size: 16px;">
Number Three
</span><br /><?php echo $calendar_months("ID_ITEM", 2); ?>
</div>
Many thanks,
Jon