aboutsummaryrefslogtreecommitdiffstats
path: root/include/config_default.inc.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-14 23:56:21 +0000
committerplegall <plg@piwigo.org>2010-03-14 23:56:21 +0000
commitb95eebbe1809fa74e333df85549c18d77fff7811 (patch)
treee4e5e2923f4ea6080871927c9aa462ff62e04a8a /include/config_default.inc.php
parent59d9c085aa6a86961f53055f7a1936a16f576712 (diff)
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
Diffstat (limited to '')
-rw-r--r--include/config_default.inc.php3
1 files changed, 3 insertions, 0 deletions
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';
?>