aboutsummaryrefslogtreecommitdiffstats
path: root/includes/event.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-06-30 22:37:52 +0000
committerChad Little <clittle@users.sourceforge.net>2003-06-30 22:37:52 +0000
commit014ccb1db7b5f5ff0b652e650ee67d1a931e40f9 (patch)
treee2ab68d0b6f4cec189aa4056aa34bc9dc58f8c3e /includes/event.php
parentaa11132f1b421ce9ff64d0b22886c3e833b30a86 (diff)
downloadphpicalendar-014ccb1db7b5f5ff0b652e650ee67d1a931e40f9.tar.gz
phpicalendar-014ccb1db7b5f5ff0b652e650ee67d1a931e40f9.tar.bz2
phpicalendar-014ccb1db7b5f5ff0b652e650ee67d1a931e40f9.zip
Multiple Calendar support.
Diffstat (limited to 'includes/event.php')
-rw-r--r--includes/event.php17
1 files changed, 15 insertions, 2 deletions
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);
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
- <title><?php echo $calendar_name2; ?></title>
+ <title><?php
+ if ($calendar_name == 'all_calenders_combined971') {
+ echo "$all_cal_comb_lang";
+ } else {
+ echo "$calendar_name2";
+ }?></title>
<link rel="stylesheet" type="text/css" href="<?php echo BASE."styles/$style_sheet/default.css"; ?>">
</head>
<body bgcolor="#eeeeee"><center>
<table border="0" width="430" cellspacing="0" cellpadding="0" class="calborder">
<tr>
<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 echo "$calendar_name2 $calendar_lang"; ?></font></td>
+ <td align="center" width="98%" class="sideback"><font class="G10BOLD">
+ <?php
+ if ($calendar_name == 'all_calenders_combined971') {
+ echo "$all_cal_comb_lang";
+ } else {
+ echo "$calendar_name2 $calendar_lang";
+ }
+ ?>
+ </font></td>
<td align="right" valign="top" width="1%" class="sideback"></td>
</tr>
<tr>

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