diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-01 21:31:19 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-01 21:31:19 +0000 |
| commit | 1f622e8ba676f2aeeda1a3571eec3990652b2a80 (patch) | |
| tree | eaaecd92295249084916dc6c5923e94d5d459f68 /modules | |
| parent | 881f33eaa80f6a66236214845498d11aa47036fb (diff) | |
| download | calendar-1f622e8ba676f2aeeda1a3571eec3990652b2a80.tar.gz calendar-1f622e8ba676f2aeeda1a3571eec3990652b2a80.tar.bz2 calendar-1f622e8ba676f2aeeda1a3571eec3990652b2a80.zip | |
make sure {cycle} has values to cycle through
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..772b3a3 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" print=false advance=false} + {cycle values="notmonth,notmonth" print=false advance=false} {/if} <td class="calday{if $day.day eq $navigation.today} highlight{/if} {cycle}"> |
