From 014ccb1db7b5f5ff0b652e650ee67d1a931e40f9 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 30 Jun 2003 22:37:52 +0000 Subject: Multiple Calendar support. --- includes/event.php | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'includes/event.php') diff --git a/includes/event.php b/includes/event.php index 8cc84fb..bb7c2a8 100644 --- a/includes/event.php +++ b/includes/event.php @@ -81,14 +81,27 @@ $calendar_name2 = str_replace('\\', '', $calendar_name2); - <?php echo $calendar_name2; ?> + <?php + if ($calendar_name == 'all_calenders_combined971') { + echo "$all_cal_comb_lang"; + } else { + echo "$calendar_name2"; + }?> ">
- + -- cgit v1.2.3
 + +