aboutsummaryrefslogtreecommitdiffstats
path: root/month.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 /month.php
parente83d767bc9527ab20c7932ed359dc2d6a383d837 (diff)
downloadphpicalendar-c0d6b2b33ebe7a02d7aa7863cbcf4922cb3e6527.tar.gz
phpicalendar-c0d6b2b33ebe7a02d7aa7863cbcf4922cb3e6527.tar.bz2
phpicalendar-c0d6b2b33ebe7a02d7aa7863cbcf4922cb3e6527.zip
Calendar moves with "This Month, This Week"
Diffstat (limited to 'month.php')
-rw-r--r--month.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/month.php b/month.php
index 781ae6b..2f30ad2 100644
--- a/month.php
+++ b/month.php
@@ -35,7 +35,7 @@
<center>
<table width="740" border="0" cellspacing="0" cellpadding="0" class="V12">
<tr>
- <td align="left" width="5%"><?php echo "<a class=\"psf\" href=\"month.php?getdate=$today_today\">This&nbsp;Month</a>"; ?></td>
+ <td align="left" width="5%"><?php echo "<a class=\"psf\" href=\"month.php?cal=$cal&getdate=$today_today\">This&nbsp;Month</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>
@@ -71,7 +71,7 @@
<td align="center" valign="middle">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
<tr height="20">
- <td align="left" valign="middle" height="26"><?php include('./list_icals.php'); ?></td>
+ <td align="left" valign="middle" height="26"><?php include('./functions/list_icals.php'); ?></td>
<td align="right" class="G10B"><?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