aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2005-11-11 04:53:21 +0000
committerJim Hu <jimhu@users.sourceforge.net>2005-11-11 04:53:21 +0000
commit024b8296c6bb4f74979edd5119d75baf017f90e5 (patch)
tree808dac90cf89b8ed0ebca80dbff7bfb6c3a143b8 /templates
parentedb9bc73bd2500bd09a7b4fc6494fa91315d9027 (diff)
downloadphpicalendar-024b8296c6bb4f74979edd5119d75baf017f90e5.tar.gz
phpicalendar-024b8296c6bb4f74979edd5119d75baf017f90e5.tar.bz2
phpicalendar-024b8296c6bb4f74979edd5119d75baf017f90e5.zip
fix day.tpl small nav icons to pass cpath needs change in day.php
Diffstat (limited to 'templates')
-rw-r--r--templates/default/day.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/default/day.tpl b/templates/default/day.tpl
index ae7598c..33a714b 100644
--- a/templates/default/day.tpl
+++ b/templates/default/day.tpl
@@ -13,10 +13,10 @@
<div style="padding-top: 3px;">
<table width="120" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
- <td><a class="psf" href="day.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" border="0" /></a></td>
- <td><a class="psf" href="week.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" border="0" /></a></td>
- <td><a class="psf" href="month.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" border="0" /></a></td>
- <td><a class="psf" href="year.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" border="0" /></a></td>
+ <td><a class="psf" href="day.php?cal={CAL}&amp;getdate={GETDATE}{GETCPATH}"><img src="templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" border="0" /></a></td>
+ <td><a class="psf" href="week.php?cal={CAL}&amp;getdate={GETDATE}{GETCPATH}"><img src="templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" border="0" /></a></td>
+ <td><a class="psf" href="month.php?cal={CAL}&amp;getdate={GETDATE}{GETCPATH}"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" border="0" /></a></td>
+ <td><a class="psf" href="year.php?cal={CAL}&amp;getdate={GETDATE}{GETCPATH}"><img src="templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" border="0" /></a></td>
</tr>
</table>
</div>

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