mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
fixes #403 configuration of new album position
This commit is contained in:
@@ -110,6 +110,9 @@ $conf['newcat_default_visible'] = true;
|
||||
// automatically create private.
|
||||
$conf['newcat_default_status'] = 'public';
|
||||
|
||||
// newcat_default_position : at creation, should the album appear at the first or last position ?
|
||||
$conf['newcat_default_position'] = 'first';
|
||||
|
||||
// level_separator : character string used for separating a category level
|
||||
// to the sub level. Suggestions : ' / ', ' » ', ' → ', ' - ',
|
||||
// ' >'
|
||||
|
||||
Reference in New Issue
Block a user