From b95eebbe1809fa74e333df85549c18d77fff7811 Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 14 Mar 2010 23:56:21 +0000 Subject: 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 --- include/config_default.inc.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/config_default.inc.php') diff --git a/include/config_default.inc.php b/include/config_default.inc.php index dcf94dc84..f9be46f4b 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -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'; ?> -- cgit v1.2.3