diff options
author | laurent.duretz <laurent.duretz@piwigo.org> | 2010-03-22 11:09:32 +0000 |
---|---|---|
committer | laurent.duretz <laurent.duretz@piwigo.org> | 2010-03-22 11:09:32 +0000 |
commit | d6cc2b0a0a0e5c5bd60e2d31d17ac5c15c54ad95 (patch) | |
tree | 9d97d716323de5a13b09e750b4aa101b751eaed6 /include/config_default.inc.php | |
parent | 9b86ed4be790ed27039623c8aefdb274b95ddc8b (diff) |
Issue 1521 : Integration of LinkRoot plugin in Piwigo core
git-svn-id: http://piwigo.org/svn/branches/2.0@5254 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 5 |
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 +?> |