aboutsummaryrefslogtreecommitdiffstats
path: root/sidebar.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-02 20:44:09 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-02 20:44:09 +0000
commit406884dd68ab66ffcf75832da823c12288a65866 (patch)
treea0f14252aeb07e08d4e3cfc72e2c7e0d1399f2db /sidebar.php
parenteffb56bc908bd801bc752e3036141bdc72793b19 (diff)
downloadphpicalendar-406884dd68ab66ffcf75832da823c12288a65866.tar.gz
phpicalendar-406884dd68ab66ffcf75832da823c12288a65866.tar.bz2
phpicalendar-406884dd68ab66ffcf75832da823c12288a65866.zip
More lang support, cleaned up month_bottom.php
Diffstat (limited to 'sidebar.php')
-rw-r--r--sidebar.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/sidebar.php b/sidebar.php
index be84045..3dc89cf 100644
--- a/sidebar.php
+++ b/sidebar.php
@@ -32,21 +32,21 @@
</tr>
<tr>
<td width="1%"><img src="images/spacer.gif" width="4" height="1"></td>
- <td colspan="6" class="G10B"><?php echo "<a class=\"psf\" href=\"day.php?cal=$cal&getdate=$today_today\">Go to Today</a>"; ?></td>
+ <td colspan="6" class="G10B"><?php echo "<a class=\"psf\" href=\"day.php?cal=$cal&getdate=$today_today\">$goday_lang</a>"; ?></td>
</tr>
<tr>
<td colspan="7"><img src="images/spacer.gif" width="21" height="1"></td>
</tr>
<tr>
<td width="1%"><img src="images/spacer.gif" width="4" height="1"></td>
- <td colspan="6" class="G10B"><?php echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$today_today\">Go to This Week</a>"; ?></td>
+ <td colspan="6" class="G10B"><?php echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$today_today\">$goweek_lang</a>"; ?></td>
</tr>
<tr>
<td colspan="7"><img src="images/spacer.gif" width="21" height="1"></td>
</tr>
<tr>
<td width="1%"><img src="images/spacer.gif" width="4" height="1"></td>
- <td colspan="6" class="G10B"><?php echo "<a class=\"psf\" href=\"month.php?cal=$cal&getdate=$today_today\">Go to This Month</a>"; ?></td>
+ <td colspan="6" class="G10B"><?php echo "<a class=\"psf\" href=\"month.php?cal=$cal&getdate=$today_today\">$gomonth_lang</a>"; ?></td>
</tr>
<tr>
<td colspan="7"><img src="images/spacer.gif" width="21" height="5"></td>

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