aboutsummaryrefslogtreecommitdiffstats
path: root/includes/event.php
diff options
context:
space:
mode:
authorWesley Miaw <josuah@users.sourceforge.net>2003-09-20 00:16:05 +0000
committerWesley Miaw <josuah@users.sourceforge.net>2003-09-20 00:16:05 +0000
commitafe581186d6bd59ea42e5dfa3ce47ab6705b9409 (patch)
tree95c08cb2b0b622ebaec80937af6a088e6ff0a080 /includes/event.php
parent5acbcff92008621e2f50893be83d58385e00dd67 (diff)
downloadphpicalendar-afe581186d6bd59ea42e5dfa3ce47ab6705b9409.tar.gz
phpicalendar-afe581186d6bd59ea42e5dfa3ce47ab6705b9409.tar.bz2
phpicalendar-afe581186d6bd59ea42e5dfa3ce47ab6705b9409.zip
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.
Diffstat (limited to 'includes/event.php')
-rw-r--r--includes/event.php4
1 files changed, 2 insertions, 2 deletions
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);
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<title><?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";

© 2014-2024 Faster IT GmbH | imprint | privacy policy