diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-10-23 08:59:46 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-10-23 08:59:46 +0000 |
commit | 9be5df4afe11c5783e324ad96f02a8c345431e6c (patch) | |
tree | 35f4e06aeb586c25745d7aa351067c5abb97e6a9 | |
parent | 940da95d31cc9b353f440020d7d7f6b6ce741233 (diff) |
admin/infos_image:$page['nb_image_page'] is replaced by
$conf['info_nb_elements_page'] : number of item to display on
admin/infos_images.php page
git-svn-id: http://piwigo.org/svn/trunk@571 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | include/config.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index 2134e21a5..baf2ef2db 100644 --- a/include/config.inc.php +++ b/include/config.inc.php @@ -142,4 +142,8 @@ $conf['session_length'] = 3600; // 62^10 = 839,299,365,868,340,224 // $conf['session_id_size'] = 10; + +// info_nb_elements_page : number of elements to display per page on +// admin/infos_images +$conf['info_nb_elements_page'] = 5; ?> |