mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
fixes #309, ability to show album descriptions on all pages
(not just the first page)
This commit is contained in:
@@ -286,6 +286,10 @@ $conf['update_notify_check_period'] = 24*60*60;
|
||||
// we send it again? 0 to disable.
|
||||
$conf['update_notify_reminder_period'] = 7*24*60*60;
|
||||
|
||||
// should the album description be displayed on all pages (value=true) or
|
||||
// only the first page (value=false)
|
||||
$conf['album_description_on_all_pages'] = false;
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | email |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user