Quote:
Originally Posted by ve9gra
You'll have to code it so that the $thisFile is generated at run-time. For the example you posted, it should end up being "/classes-instructors/shandra-wendel/".
|
Not sure how to do this I am not a php guy this is what I got in my code this does not work:
<?php $OL=1; $thisFile="/"; require("calendar/calendar.php"); ?>
But it has to be dynamic cause shandra-wendel folder is just one of about 30 calendar filters I have going one for each teacher. I hope this makes sense.
If not go to the classes-instructors page and then search 20 miles within 84062 and you will see all the different teachers all with their own calendar.
Thanks for the help guys.
|