include("../include/before.php");
include_once ("../include/show_page_title.php");
include_once ("../include/show_event.php");
include_once ("../events/event_fct.php");
include_once ("../include/tables.php");
include_once ("../include/classes/cselect.php");
include_once ("../include/classes/cfilter.php");
include_once ("../include/php_calendar/ccalendar.php");
include_once ("../include/classes/ctype.php");
$date=$_GET["date"];
$event_filter= new CFilter("e_events","e_categories");
$filter_cond=$event_filter->get_filter_cond($_SESSION["event_filter"]);
$cal = new CCalendar();
$cal->load_style();
show_page_title("Events Calendar");
show_front_menu();
$msg=loadAndClearSavedField("msg", "event");
?>
$cal->show_calendar(" AND active=1 $filter_cond");?>
$query"; $rs = $conn->query($query); if ($conn->num_rows($rs)) { ?>
| Events on: =format_date($date);?> | ||
| show_event($info,0); ?> |