From afe581186d6bd59ea42e5dfa3ce47ab6705b9409 Mon Sep 17 00:00:00 2001 From: Wesley Miaw Date: Sat, 20 Sep 2003 00:16:05 +0000 Subject: Set magic string $ALL_CALENDARS_COMBINED = 'all_calendars_combined971'. All previous references to 'all_calendars_combined971' now point at $ALL_CALENDARS_COMBINED. Uncommented closing form tag on sidebar.php, and set correct spacing for the entire sidebar. --- includes/event.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/event.php') diff --git a/includes/event.php b/includes/event.php index 45f262e..14de99b 100644 --- a/includes/event.php +++ b/includes/event.php @@ -79,7 +79,7 @@ $calendar_name2 = str_replace('\\', '', $calendar_name2); <?php - if ($calendar_name == 'all_calenders_combined971') { + if ($calendar_name == $ALL_CALENDARS_COMBINED) { echo "$all_cal_comb_lang"; } else { echo "$calendar_name2"; @@ -92,7 +92,7 @@ $calendar_name2 = str_replace('\\', '', $calendar_name2); <td align="left" valign="top" width="1%" class="sideback"><img src="../images/spacer.gif" width="1" height="20" alt=" "></td> <td align="center" width="98%" class="sideback"><font class="G10BOLD"> <?php - if ($calendar_name == 'all_calenders_combined971') { + if ($calendar_name == $ALL_CALENDARS_COMBINED) { echo "$all_cal_comb_lang"; } else { echo "$calendar_name2 $calendar_lang"; -- cgit v1.2.3