Multi-Calendar not showing
Hi -
I'm trying to setup a multi-calendar on a page. The normal and listing modes work fine, but not the multi-calendar. It used to work fine, but stopped working after I upgraded to 6.3.
Here's the code that is inserted among the other calendar views:
<?php
// THIS IS AN EXAMPLE OF THE MULTI-CALENDAR GENERATOR
$MULTI=1;
$epcMultiWidth = "500px";
$epcMultiPad = 5;
$epcMultiNav = "100px";
$epcMultiCol = 3;
$epcMultiRow = 4;
require("calendar/calendar.php");
?>
TIA,
Carlos
|