aboutsummaryrefslogtreecommitdiffstats
path: root/include/config_default.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r--include/config_default.inc.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index 06009c290..4609c67b8 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -43,6 +43,9 @@
// | misc |
// +-----------------------------------------------------------------------+
+// home_page : relative url of your homepage. Empty by default. It points to the index of the gallery.
+$conf['home_page'] = '';
+
// order_by : how to change the order of display for images in a category ?
//
// There are several fields that can order the display :
@@ -744,4 +747,4 @@ $conf['local_data_dir'] = dirname(dirname(__FILE__)).'/_data';
// where should the API add photos?
$conf['upload_dir'] = PHPWG_ROOT_PATH.'upload';
-?> \ No newline at end of file
+?>