Thanks for your help ve9gra.
However, we have two instances of require calendar.php.
<?php $CSS=1; require("calendar/calendar.php"); ?> above </head>
and
<?php require("calendar/calendar.php"); ?> where the small calendar is on the page.
First we tried adding
Code:
$epcAltLink="http://singleinthecity.com.au/index.php?page=calendar";)
then we tried adding
Code:
unset($epcAltLink); $epcAltLink="http://singleinthecity.com.au/index.php?page=calendar";)
above each of the require calendar.php instances (one at a time) but could not get it to work. In fact it broke the page and spat out an error message.
What do you think is the matter?
Thanks again
|