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 /templates | |
| parent | a06df5176d1c67d91fa2e5a2f3b5e2bbcfcf7773 (diff) | |
| download | calendar-dbd1f0667bff70eb6e16cc242822ecf86825e5b0.tar.gz calendar-dbd1f0667bff70eb6e16cc242822ecf86825e5b0.tar.bz2 calendar-dbd1f0667bff70eb6e16cc242822ecf86825e5b0.zip | |
merge recent changes into HEAD
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/calendar.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/calendar.tpl b/templates/calendar.tpl index ad90bba..39d2980 100644 --- a/templates/calendar.tpl +++ b/templates/calendar.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.38 2006/02/01 21:31:19 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.39 2006/02/03 12:39:44 squareing Exp $ *} {strip} {if !$gBitSystem->isFeatureActive( 'feature_helppopup' )} {popup_init src="`$smarty.const.UTIL_PKG_URL`javascript/libs/overlib.js"} @@ -84,7 +84,7 @@ {if $day.day|cal_date_format:"%m" eq $navigation.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} {else} {cycle values="odd,even" print=false advance=false} |
