Ignore:
Timestamp:
Jan 12, 2011, 2:41:55 PM (13 years ago)
Author:
plg
Message:

feature 2103 added: week may start on sunday/monday in the monthly calendar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r8126 r8626  
    247247        'CONF_PAGE_BANNER' => htmlspecialchars($conf['page_banner']),
    248248        'CONF_GALLERY_URL' => $conf['gallery_url'],
     249        'week_starts_on_options' => array(
     250          'sunday' => $lang['day'][0],
     251          'monday' => $lang['day'][1],
     252          ),
     253        'week_starts_on_options_selected' => $conf['week_starts_on'],
    249254        ));
    250255
Note: See TracChangeset for help on using the changeset viewer.