aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/year.tpl
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-01 04:16:36 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-01 04:16:36 +0000
commit42ec254f9caa7322073f3356c82560970a7e3d32 (patch)
treedca0f64512a6a4ce921870157fca0635947d5bb0 /templates/default/year.tpl
parent972908f8a0f06713db318770eb204579fa08a507 (diff)
downloadphpicalendar-42ec254f9caa7322073f3356c82560970a7e3d32.tar.gz
phpicalendar-42ec254f9caa7322073f3356c82560970a7e3d32.tar.bz2
phpicalendar-42ec254f9caa7322073f3356c82560970a7e3d32.zip
Events now spawn popup on pages.
Diffstat (limited to 'templates/default/year.tpl')
-rw-r--r--templates/default/year.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/default/year.tpl b/templates/default/year.tpl
index f297cde..d64e078 100644
--- a/templates/default/year.tpl
+++ b/templates/default/year.tpl
@@ -12,13 +12,13 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right" width="45%" class="navback">
- <a class="psf" href="year.php?cal=all_calendars_combined971&amp;getdate=20030129"><img src="styles/silver/left_day.gif" alt="[Previous Year]" border="0" align="right"></a>
+ <a class="psf" href="year.php?cal={CAL}&amp;getdate={PREV_YEAR}"><img src="styles/silver/left_day.gif" alt="[Previous Year]" border="0" align="right"></a>
</td>
<td align="center" width="10%" class="navback" nowrap valign="middle">
- <font class="H20">2004</font>
+ <font class="H20">{THIS_YEAR}</font>
</td>
<td align="left" width="45%" class="navback">
- <a class="psf" href="year.php?cal=all_calendars_combined971&amp;getdate=20050129"><img src="styles/silver/right_day.gif" alt="[Next Year]" border="0" align="left"></a>
+ <a class="psf" href="year.php?cal={CAL}&amp;getdate={NEXT_YEAR}"><img src="styles/silver/right_day.gif" alt="[Next Year]" border="0" align="left"></a>
</td>
</tr>
</table>

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