aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-26 15:45:31 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-26 15:45:31 +0000
commitc0d6b2b33ebe7a02d7aa7863cbcf4922cb3e6527 (patch)
treec09bc1b9a8850b227d359dd3de8491f605bcf351 /day.php
parente83d767bc9527ab20c7932ed359dc2d6a383d837 (diff)
downloadphpicalendar-c0d6b2b33ebe7a02d7aa7863cbcf4922cb3e6527.tar.gz
phpicalendar-c0d6b2b33ebe7a02d7aa7863cbcf4922cb3e6527.tar.bz2
phpicalendar-c0d6b2b33ebe7a02d7aa7863cbcf4922cb3e6527.zip
Calendar moves with "This Month, This Week"
Diffstat (limited to 'day.php')
-rw-r--r--day.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/day.php b/day.php
index cd0c493..4ef70d7 100644
--- a/day.php
+++ b/day.php
@@ -48,7 +48,7 @@ if ($getdate == (date("Ymd"))) {
<table width="700" border="0" cellspacing="0" cellpadding="0" class="V12">
<tr>
- <td align="left" width="5%"><?php echo "<a class=\"psf\" href=\"day.php?getdate=$today_today\">Today</a>"; ?></td>
+ <td align="left" width="5%"><?php echo "<a class=\"psf\" href=\"day.php?cal=$cal&getdate=$today_today\">Today</a>"; ?></td>
<td align="center" width="90%"><?php echo "<a class=\"psf\" href=\"day.php?cal=$cal&getdate=$getdate\">$day_lang</a> | <a class=\"psf\" href=\"week.php?cal=$cal&getdate=$getdate\">$week_lang</a> | <a class=\"psf\" href=\"month.php?cal=$cal&getdate=$getdate\">$month_lang</a>"; ?></td>
<td align="right" width="5%"><!--[[a class="psf" href="preferences.php"]]Preferences[[/a]]--></td>
</tr>
@@ -80,7 +80,7 @@ if ($getdate == (date("Ymd"))) {
</td>
</tr>
<tr>
- <td align="left" valign="middle" class="G10B" width="50%"><?php include('./list_icals.php'); ?></td>
+ <td align="left" valign="middle" class="G10B" width="50%"><?php include('./functions/list_icals.php'); ?></td>
<td align="right" valign="middle" class="G10B" width="50%"><?php echo "<a class=\"psf\" href=\"$fullpath$cal.ics\">$subscribe_lang</a>&nbsp;|&nbsp;<a class=\"psf\" href=\"$filename\">$download_lang</a>"; ?></td>
</tr>
</table>

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