aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-08-13 22:30:10 +0000
committerChad Little <clittle@users.sourceforge.net>2004-08-13 22:30:10 +0000
commit8e9c38330bb0c0cf57eab791302008d9eeaab300 (patch)
tree6b13889edc72fa7664fa22461f053383aa350873 /templates
parentfa4b059e70be97311d08d6fb43e385601824e1e5 (diff)
downloadphpicalendar-8e9c38330bb0c0cf57eab791302008d9eeaab300.tar.gz
phpicalendar-8e9c38330bb0c0cf57eab791302008d9eeaab300.tar.bz2
phpicalendar-8e9c38330bb0c0cf57eab791302008d9eeaab300.zip
Fix for [ 999141 ] 2.0a year.php month parse error
Diffstat (limited to 'templates')
-rw-r--r--templates/default/year.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/default/year.tpl b/templates/default/year.tpl
index 3f62b67..2428fa1 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={CAL}&amp;getdate={PREV_YEAR}"><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="templates/{TEMPLATE}/images/left_day.gif" alt="[Previous Year]" border="0" align="right" /></a>
</td>
<td align="center" width="10%" class="title" nowrap="nowrap" valign="middle">
<h1>{THIS_YEAR}</h1>
</td>
<td align="left" width="45%" class="navback">
- <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>
+ <a class="psf" href="year.php?cal={CAL}&amp;getdate={NEXT_YEAR}"><img src="templates/{TEMPLATE}/images/right_day.gif" alt="[Next Year]" border="0" align="left" /></a>
</td>
</tr>
</table>

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