diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-03 12:39:44 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-03 12:39:44 +0000 |
| commit | dbd1f0667bff70eb6e16cc242822ecf86825e5b0 (patch) | |
| tree | 48033865db34833bf0853cc7ca74068b766b82f8 /modules | |
| parent | a06df5176d1c67d91fa2e5a2f3b5e2bbcfcf7773 (diff) | |
| download | calendar-dbd1f0667bff70eb6e16cc242822ecf86825e5b0.tar.gz calendar-dbd1f0667bff70eb6e16cc242822ecf86825e5b0.tar.bz2 calendar-dbd1f0667bff70eb6e16cc242822ecf86825e5b0.zip | |
merge recent changes into HEAD
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 772b3a3..746835f 100644 --- a/modules/mod_calendar.tpl +++ b/modules/mod_calendar.tpl @@ -34,7 +34,7 @@ {if $day.day|date_format:"%m" eq $modCalNavigation.focus_month} {cycle values="odd,even" print=false advance=false} {else} - {cycle values="notmonth,notmonth" print=false advance=false} + {cycle values="notmonth" print=false advance=false} {/if} <td class="calday{if $day.day eq $navigation.today} highlight{/if} {cycle}"> |
