Commit du module Colissimo
This commit is contained in:
23
local/modules/SoColissimo/Hook/BackHook.php
Normal file
23
local/modules/SoColissimo/Hook/BackHook.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
namespace SoColissimo\Hook;
|
||||
|
||||
use Thelia\Core\Event\Hook\HookRenderEvent;
|
||||
use Thelia\Core\Hook\BaseHook;
|
||||
|
||||
/**
|
||||
* Class BackHook
|
||||
* @package SoColissimo\Hook
|
||||
*/
|
||||
class BackHook extends BaseHook
|
||||
{
|
||||
public function onModuleConfiguration(HookRenderEvent $event)
|
||||
{
|
||||
$event->add($this->render('SoColissimo/module_configuration.html'));
|
||||
}
|
||||
|
||||
public function onModuleConfigJs(HookRenderEvent $event)
|
||||
{
|
||||
$event->add($this->render('SoColissimo/module-config-js.html'));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user