mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
feature 1505: when there is no photo yet in the gallery, displays a big and
obvious message, guiding to the Administration>Images>Add page. git-svn-id: http://piwigo.org/svn/trunk@5138 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -765,4 +765,7 @@ $conf['local_data_dir'] = dirname(dirname(__FILE__)).'/_data';
|
||||
|
||||
// where should the API add photos?
|
||||
$conf['upload_dir'] = PHPWG_ROOT_PATH.'upload';
|
||||
|
||||
// where should the user be guided when there is no photo in his gallery yet?
|
||||
$conf['no_photo_yet_url'] = 'admin.php?page=photos_add';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user