Module Agenda renommé en calendrier

This commit is contained in:
Fred Tempez 2024-08-23 11:25:15 +02:00
parent 809b7c6e59
commit f407042167
32 changed files with 3 additions and 3 deletions

View File

@ -14,13 +14,13 @@
* @link http://zwiicms.fr/ * @link http://zwiicms.fr/
*/ */
class agenda extends common class calendar extends common
{ {
const VERSION = '0.2'; const VERSION = '0.2';
const REALNAME = 'Agenda'; const REALNAME = 'Calendrier';
const DATA_DIRECTORY = self::DATA_DIR . 'agenda/'; const DATA_DIRECTORY = self::DATA_DIR . 'calendar/';
const SORT_ASC = 'SORT_ASC'; const SORT_ASC = 'SORT_ASC';
const SORT_DSC = 'SORT_DSC'; const SORT_DSC = 'SORT_DSC';