Des modules ajoutés et mise en page du CSS
This commit is contained in:
21
local/modules/MondialRelay/Event/MondialRelayEvents.php
Normal file
21
local/modules/MondialRelay/Event/MondialRelayEvents.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/*************************************************************************************/
|
||||
/* Copyright (c) Franck Allimant, CQFDev */
|
||||
/* email : thelia@cqfdev.fr */
|
||||
/* web : http://www.cqfdev.fr */
|
||||
/* */
|
||||
/* For the full copyright and license information, please view the LICENSE */
|
||||
/* file that was distributed with this source code. */
|
||||
/*************************************************************************************/
|
||||
|
||||
/**
|
||||
* Created by Franck Allimant, CQFDev <franck@cqfdev.fr>
|
||||
* Date: 12/03/2018 19:39
|
||||
*/
|
||||
|
||||
namespace MondialRelay\Event;
|
||||
|
||||
class MondialRelayEvents
|
||||
{
|
||||
const FIND_RELAYS = "mondialrelay.event.find-relays";
|
||||
}
|
||||
Reference in New Issue
Block a user