adding customer sidebar + posts over map + add validity interval (histo)

This commit is contained in:
francois
2018-04-14 16:16:25 +02:00
parent 73fa987490
commit 8dcfb4822b
10 changed files with 463 additions and 202 deletions

View File

@@ -11,6 +11,7 @@ class Settings
const TIMEZONE = 'Europe/Paris';
const API_KEY = '';
const MODE = Spot::MODE_BLOG; //Spot::MODE_HISTO/MODE_BLOG
const HISTO_SPAN = array('from'=>'2015-12-29 00:00:00', 'to'=>'2016-02-23 23:59:59');
const GOOGLE_MAPS_API_KEY = '';
const DEBUG = true;
}