diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-21 21:06:36 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-21 21:06:36 +0000 |
| commit | a0f952bf6b0dfc41004688e5c15d678426046241 (patch) | |
| tree | a34383d30beed4b71ccee5e7c8bef7141dd8a07e /modules | |
| parent | 6f608b98078078ffaf34477ca0a220953a121d39 (diff) | |
| download | calendar-a0f952bf6b0dfc41004688e5c15d678426046241.tar.gz calendar-a0f952bf6b0dfc41004688e5c15d678426046241.tar.bz2 calendar-a0f952bf6b0dfc41004688e5c15d678426046241.zip | |
remove superfluous template and clean up module further
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 21d1ad6..36315be 100644 --- a/modules/mod_calendar.tpl +++ b/modules/mod_calendar.tpl @@ -36,7 +36,7 @@ {cycle values="notmonth" print=false advance=false} {/if} - <td class="{cycle}" style="text-align:right;"> + <td class="calday {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> |
