Changeset 401
- Timestamp:
- 10/15/07 06:59:49 (1 year ago)
- Files:
-
- plugins/calendar_helper/lib/calendar_helper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/calendar_helper/lib/calendar_helper.php
r399 r401 104 104 'month_name_class' => 'monthName', 105 105 'other_month_class' => 'otherMonth', 106 'abbrev' => 1,106 'abbrev' => Ak::locale('weekday_abbreviation'), 107 107 'show_previous_month_days' => true, 108 108 'show_next_month_days' => true, 109 'weekends' => array(0 ,6),109 'weekends' => array(0), 110 110 'first_day_of_week' => Ak::locale('first_day_of_week'), 111 111 'accessible' => false,
