Navigation in listings mode
I'm using phpcalendar 6.27 and loving it for our small events listing. We use the listings mode instead of the calendar mode because we only have a few events each month. However, the boss would like to have month-to-month navigation with the listing so that people could browse future month's events. Is this possible? My current calendar code is below:
<?php
$listWeeks = 12;
$LIST=1;
$noOld = 01
$DF = "D - M d";
$template="monthly.php";
require ("calendar/calendar.php");
?>
Thanks!
|