Filter & Legend Problem
Hi,
I have 2 calendars driven by 1 database. 1 is on a members site the other public.
The members site is ok as I want to display all catagories.
The public site is a problem as I only want to display 2 of 3 catagories as below:-
<?php
$OL=1; require ("../../../shared/calendar/calendar.php");
$showCat="1|3";
require ("../../../shared/calendar/calendar.php");
$epcMultiCatShow=1;
require("../../../shared/calendar/plugins/filter.php");
require("../../../shared/calendar/plugins/legend.php");
?>
The displayed calendar and list is fine as it omits catagory 2. The problem is that the 'filter listbox' and 'legend' still displays that catagory and I don't want that to happen.
Am I doing something wrong or can you please point me in the right direction.
Regards
Eddie
|