Navigation Table not working
Just set up EPC using AJAX on a site, but the Navigation Table links do not appear to be working
this is in the header
PHP Code:
<?php $CSS=1; require("calendar/calendar.php"); ?> <?php $EPCAJAX=1; require("calendar/calendar.php"); ?> </head> <body> <?php $OL=1; require("calendar/calendar.php"); ?>
and this is in the body where the calendar is to appear
<h5 class="calendar">Calendar of Events</h5>
PHP Code:
<div id="EPCcalendar" align="center"> <?php $EPCajax=1; require("calendar/calendar.php"); ?> </div>
as well, and this may be part of the same problem, if i am logged into the event manager, the "add event" links that appear on each day of the actual calendar on the site, when clicked, take me to the homepage of the site, but add a pile of variables to the url query string.
i'm thinking maybe i added an incorrect url path when installing.
any ideas ?
the site can be viewed here :
http://www.penderislandchamber.com
thanks in advance for any and all help
|