aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/month.tpl
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-30 00:53:54 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-30 00:53:54 +0000
commit7dd9656474919d73208e1894a6553a0d2ae24af9 (patch)
treef51cecf2b0046c2de4816afe1e63e62df96497a8 /templates/default/month.tpl
parent9f95b770160f049cd46b87862d53fe0e1063f5b2 (diff)
downloadphpicalendar-7dd9656474919d73208e1894a6553a0d2ae24af9.tar.gz
phpicalendar-7dd9656474919d73208e1894a6553a0d2ae24af9.tar.bz2
phpicalendar-7dd9656474919d73208e1894a6553a0d2ae24af9.zip
Updates to template, started templating of month.php.
Diffstat (limited to 'templates/default/month.tpl')
-rw-r--r--templates/default/month.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/default/month.tpl b/templates/default/month.tpl
index b09c344..b0aba24 100644
--- a/templates/default/month.tpl
+++ b/templates/default/month.tpl
@@ -9,9 +9,9 @@
<td class="navback">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td align="right" width="40%" class="navback"><a class="psf" href="month.php?cal={CAL}&amp;getdate={PREV_GETMONTH}"><img src="templates/{TEMPLATE}/images/left_day.gif" alt="{L_PREV}" border="0" align="right"></a></td>
+ <td align="right" width="40%" class="navback"><a class="psf" href="month.php?cal={CAL}&amp;getdate={PREV_MONTH}"><img src="templates/{TEMPLATE}/images/left_day.gif" alt="{L_PREV}" border="0" align="right"></a></td>
<td align="center" width="20%" class="navback" nowrap valign="middle"><font class="H20">{MONTH_TITLE}</font></td>
- <td align="left" width="40%" class="navback"><a class="psf" href="month.php?cal={CAL}&amp;getdate={NEXT_GETMONTH}"><img src="templates/{TEMPLATE}/images/right_day.gif" alt="{L_NEXT}" border="0" align="left"></a></td>
+ <td align="left" width="40%" class="navback"><a class="psf" href="month.php?cal={CAL}&amp;getdate={NEXT_MONTH}"><img src="templates/{TEMPLATE}/images/right_day.gif" alt="{L_NEXT}" border="0" align="left"></a></td>
</tr>
</table>
</td>

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