aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-02 20:54:27 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-02 20:54:27 +0000
commit15bcf1518fb76476decaf23714f80237014bc8ae (patch)
tree0f85c8599d9c7abe73d604f61072f232d63bc5b7
parent406884dd68ab66ffcf75832da823c12288a65866 (diff)
downloadphpicalendar-15bcf1518fb76476decaf23714f80237014bc8ae.tar.gz
phpicalendar-15bcf1518fb76476decaf23714f80237014bc8ae.tar.bz2
phpicalendar-15bcf1518fb76476decaf23714f80237014bc8ae.zip
minor tweeks.
-rw-r--r--month_bottom.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/month_bottom.php b/month_bottom.php
index 6e551c3..a9a4e4c 100644
--- a/month_bottom.php
+++ b/month_bottom.php
@@ -10,9 +10,9 @@
<br>
<table border="0" width="737" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" class="calborder">
<tr>
- <td align="left" valign="top" bgcolor="#DDDDDD" width="1%" background="images/side_bg.gif"><?php echo "<a class=\"psf\" href=\"day.php?cal=$cal&getdate=$yesterdays_date\"><img src=\"images/left_arrows.gif\" alt=\"right\" width=\"16\" height=\"20\" border=\"0\" align=\"left\"></a>"; ?></td>
+ <td align="left" valign="top" bgcolor="#DDDDDD" width="1%" background="images/side_bg.gif"><?php echo "<a class=\"psf\" href=\"month.php?cal=$cal&getdate=$prev_month\"><img src=\"images/left_arrows.gif\" alt=\"right\" width=\"16\" height=\"20\" border=\"0\" align=\"left\"></a>"; ?></td>
<td bgcolor="#DDDDDD" align="center" class="G10B" background="images/side_bg.gif"><b><?php print (strftime ($dateFormat_day, strtotime($getdate))); ?></b></td>
- <td align="right" valign="top" bgcolor="#DDDDDD" width="1%" background="images/side_bg.gif"><?php echo "<a class=\"psf\" href=\"day.php?cal=$cal&getdate=$tomorrows_date\"><img src=\"images/right_arrows.gif\" alt=\"right\" width=\"16\" height=\"20\" border=\"0\" align=\"right\"></a>"; ?></td>
+ <td align="right" valign="top" bgcolor="#DDDDDD" width="1%" background="images/side_bg.gif"><?php echo "<a class=\"psf\" href=\"month.php?cal=$cal&getdate=$next_month\"><img src=\"images/right_arrows.gif\" alt=\"right\" width=\"16\" height=\"20\" border=\"0\" align=\"right\"></a>"; ?></td>
</tr>
<tr>
<td colspan="3"><img src="images/spacer.gif" width="1" height="5"></td>

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