diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-02-26 18:49:39 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-02-26 18:49:39 +0000 |
| commit | aa8a363241c40180c060b0423db85641275a631f (patch) | |
| tree | ca15602da9fd55d1039b4c6379a3b32041fe7002 /modules | |
| parent | 3a1f3213a57237301761a7ef93db89aea6b0b463 (diff) | |
| download | calendar-aa8a363241c40180c060b0423db85641275a631f.tar.gz calendar-aa8a363241c40180c060b0423db85641275a631f.tar.bz2 calendar-aa8a363241c40180c060b0423db85641275a631f.zip | |
Display correct dates when site time zone is set.
Still need to display the correct date if UTC display is selected.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_calendar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_calendar.tpl b/modules/mod_calendar.tpl index 746835f..239200b 100644 --- a/modules/mod_calendar.tpl +++ b/modules/mod_calendar.tpl @@ -40,7 +40,7 @@ <td class="calday{if $day.day eq $navigation.today} highlight{/if} {cycle}"> {if $day.day|date_format:"%m" eq $modCalNavigation.focus_month} {if $day.day eq $modCalNavigation.focus_date}<strong>{/if} - <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$day.day}&{$url_string}">{$day.day|date_format:"%d"}</a> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$day.day}&{$url_string}">{$day.day|cal_date_format:"%d"}</a> {if $day.day eq $modCalNavigation.focus_date}</strong>{/if} {else} |
