feature 2103 added: week may start on sunday/monday in the monthly calendar
git-svn-id: http://piwigo.org/svn/trunk@8626 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
66458980f3
commit
0ef332fc0f
7 changed files with 70 additions and 4 deletions
|
|
@ -246,6 +246,11 @@ switch ($page['section'])
|
|||
'CONF_GALLERY_TITLE' => htmlspecialchars($conf['gallery_title']),
|
||||
'CONF_PAGE_BANNER' => htmlspecialchars($conf['page_banner']),
|
||||
'CONF_GALLERY_URL' => $conf['gallery_url'],
|
||||
'week_starts_on_options' => array(
|
||||
'sunday' => $lang['day'][0],
|
||||
'monday' => $lang['day'][1],
|
||||
),
|
||||
'week_starts_on_options_selected' => $conf['week_starts_on'],
|
||||
));
|
||||
|
||||
foreach ($main_checkboxes as $checkbox)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue