diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-02-26 15:32:38 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-02-26 15:32:38 +0000 |
| commit | 3a1f3213a57237301761a7ef93db89aea6b0b463 (patch) | |
| tree | dbab937944e5fb373cb7aadd178b05f3e08c0eee /templates | |
| parent | b0bedf65f52f9e6ff2f1d0d5bfe88cac063cdda7 (diff) | |
| download | calendar-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.tpl | 2 |
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}&{$url_string}" title="{$navigation.after.dayn|bit_long_date}">{tr}day{/tr} »</a><br /> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$navigation.after.day}&{$url_string}" title="{$navigation.after.day|bit_long_date}">{tr}day{/tr} »</a><br /> <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$navigation.after.week}&{$url_string}" title="{$navigation.after.week|bit_long_date}">{tr}week{/tr} »</a><br /> <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$navigation.after.month}&{$url_string}" title="{$navigation.after.month|bit_long_date}">{tr}month{/tr} »</a><br /> <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$navigation.after.year}&{$url_string}" title="{$navigation.after.year|bit_long_date}">{tr}year{/tr} »</a> |
