mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
Issue #1189 : Add a compare mode on years and month in the statistic page.
* Number of years compared is a configuration variable (default 5) * Months compared are the actual, the last and the actual month the last year (you can also visualize the average last 12 months)
This commit is contained in:
@@ -271,6 +271,9 @@ $conf['update_notify_reminder_period'] = 7*24*60*60;
|
||||
// only the first page (value=false)
|
||||
$conf['album_description_on_all_pages'] = false;
|
||||
|
||||
// Number of years displayed in the history compare mode (for the years chart)
|
||||
$conf['stat_compare_year_displayed'] = 5;
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | email |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user