diff options
author | gweltas <gweltas@piwigo.org> | 2004-09-23 16:42:11 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-09-23 16:42:11 +0000 |
commit | 4106c2a524aee09776998ceb21ea4fd350128f1b (patch) | |
tree | 3ffbe8bd31000da241d886cc5a8859cd71ea3be7 /include | |
parent | 0b86652fa0c16110cffdb5852804a2f601ff2eba (diff) |
- New template for picture.tpl
- Creation of a menu bar in the picture display
git-svn-id: http://piwigo.org/svn/trunk@531 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index 67b65cf80..1e4c4dcc5 100644 --- a/include/config.inc.php +++ b/include/config.inc.php @@ -43,7 +43,7 @@ $conf['order_by'] = ' ORDER BY date_available DESC, file ASC, id ASC'; $conf['nb_image_row'] = array(4,5,6,7,8); $conf['nb_row_page'] = array(2,3,4,5,6,7,10,20,1000); -$conf['slideshow_period'] = array(2,5,10); +$conf['slideshow_period'] = 4; $conf['last_days'] = array(1,2,3,10,30,365); // $conf['file_ext'] lists all extensions (case insensitive) allowed for |