aboutsummaryrefslogtreecommitdiffstats
path: root/week.php
diff options
context:
space:
mode:
Diffstat (limited to 'week.php')
-rw-r--r--week.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/week.php b/week.php
index 496252a..28b5952 100644
--- a/week.php
+++ b/week.php
@@ -61,7 +61,7 @@ for ($i=0;$i<7;$i++) {
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<title><?php echo "$calendar_name"; ?></title>
- <link rel="stylesheet" type="text/css" href="styles/<?php echo "$style_sheet"; ?>">
+ <link rel="stylesheet" type="text/css" href="styles/<?php echo "$style_sheet/default.css"; ?>">
<?php include "functions/event.js"; ?>
</head>
<body bgcolor="#FFFFFF">
@@ -74,9 +74,9 @@ for ($i=0;$i<7;$i++) {
<td align="center" valign="middle">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="G10B">
<tr>
- <td width="75" background="images/time_bg.gif"><?php echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$prev_week\"><img src=\"images/left_day.gif\" alt=\"\" width=\"28\" height=\"28\" border=\"0\" align=\"left\"></a>"; ?></td>
- <td class="H20" align="center" bgcolor="#DDDDDD" background="images/time_bg.gif"><?php echo "$display_date"; ?></td>
- <td width="75" background="images/time_bg.gif"><?php echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$next_week\"><img src=\"images/right_day.gif\" alt=\"\" width=\"28\" height=\"28\" border=\"0\" align=\"right\"></a>"; ?></td>
+ <td width="75" class="navback"><?php echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$prev_week\"><img src=\"styles/$style_sheet/left_day.gif\" alt=\"\" width=\"28\" height=\"28\" border=\"0\" align=\"left\"></a>"; ?></td>
+ <td align="center" class="navback"><font class="H20"><?php echo "$display_date"; ?></font></td>
+ <td width="75" class="navback"><?php echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$next_week\"><img src=\"styles/$style_sheet/right_day.gif\" alt=\"\" width=\"28\" height=\"28\" border=\"0\" align=\"right\"></a>"; ?></td>
</tr>
<tr>
<td align="center" valign="top" colspan="3">
@@ -163,7 +163,7 @@ for ($i=0;$i<7;$i++) {
if (ereg("([0-9]{1,2}):00", $key)) {
echo "<tr height=\"" . $gridLength . "\">\n";
- echo "<td rowspan=\"" . (60 / $gridLength) . "\" align=\"center\" valign=\"top\" background=\"images/time_bg.gif\" width=\"60\" class=\"timeborder\">$key</td>\n";
+ echo "<td rowspan=\"" . (60 / $gridLength) . "\" align=\"center\" valign=\"top\" width=\"60\" class=\"timeborder\">$key</td>\n";
echo "<td width=\"1\" height=\"" . $gridLength . "\"></td>\n";
} else {
@@ -303,7 +303,7 @@ for ($i=0;$i<7;$i++) {
</td>
<td width="20"><img src="images/spacer.gif" width="20" height="1" alt=""></td>
<td width="160" valign="top"><?php include('./sidebar.php'); ?><center>
- <?php echo "<font class=\"V9\"><br>$powered_by_lang <a class=\"psf\" href=\"http://sourceforge.net/projects/phpicalendar/\">PHP iCalendar $version_lang</a></font>"; ?></center></td>
+ <?php echo "<font class=\"V9\"><br>$powered_by_lang <a class=\"psf\" href=\"http://phpicalendar.sourceforge.net/\">PHP iCalendar $version_lang</a></font>"; ?></center></td>
</tr>
</table>
</center>

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