Changeset 401

Show
Ignore:
Timestamp:
10/15/07 06:59:49 (1 year ago)
Author:
bermiferrer
Message:

Localizing weekday_abbreviation, and setting default weekend days to Sunday

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/calendar_helper/lib/calendar_helper.php

    r399 r401  
    104104            'month_name_class' => 'monthName', 
    105105            'other_month_class' => 'otherMonth', 
    106             'abbrev' => 1
     106            'abbrev' => Ak::locale('weekday_abbreviation')
    107107            'show_previous_month_days' => true, 
    108108            'show_next_month_days' => true, 
    109             'weekends' => array(0,6), 
     109            'weekends' => array(0), 
    110110            'first_day_of_week' => Ak::locale('first_day_of_week'), 
    111111            'accessible' => false,