summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2007-02-26 15:32:38 +0000
committerLester Caine <lester@lsces.co.uk>2007-02-26 15:32:38 +0000
commit3a1f3213a57237301761a7ef93db89aea6b0b463 (patch)
treedbab937944e5fb373cb7aadd178b05f3e08c0eee /templates
parentb0bedf65f52f9e6ff2f1d0d5bfe88cac063cdda7 (diff)
downloadcalendar-3a1f3213a57237301761a7ef93db89aea6b0b463.tar.gz
calendar-3a1f3213a57237301761a7ef93db89aea6b0b463.tar.bz2
calendar-3a1f3213a57237301761a7ef93db89aea6b0b463.zip
Mistake in next day selection
Diffstat (limited to 'templates')
-rw-r--r--templates/calendar_nav_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/calendar_nav_inc.tpl b/templates/calendar_nav_inc.tpl
index f622538..36c1d3f 100644
--- a/templates/calendar_nav_inc.tpl
+++ b/templates/calendar_nav_inc.tpl
@@ -59,7 +59,7 @@
</td>
<td rowspan="2" style="text-align:right;">
- <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$navigation.after.day}&amp;{$url_string}" title="{$navigation.after.dayn|bit_long_date}">{tr}day{/tr} &raquo;</a><br />
+ <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$navigation.after.day}&amp;{$url_string}" title="{$navigation.after.day|bit_long_date}">{tr}day{/tr} &raquo;</a><br />
<a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$navigation.after.week}&amp;{$url_string}" title="{$navigation.after.week|bit_long_date}">{tr}week{/tr} &raquo;</a><br />
<a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$navigation.after.month}&amp;{$url_string}" title="{$navigation.after.month|bit_long_date}">{tr}month{/tr} &raquo;</a><br />
<a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$navigation.after.year}&amp;{$url_string}" title="{$navigation.after.year|bit_long_date}">{tr}year{/tr} &raquo;</a>