Création du module BrandsOnHome (affichage des marques vendues sur la page d'accueil)
This commit is contained in:
11
local/modules/BrandsOnHome/BrandsOnHome.php
Normal file
11
local/modules/BrandsOnHome/BrandsOnHome.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace BrandsOnHome;
|
||||
|
||||
use Thelia\Module\BaseModule;
|
||||
|
||||
class BrandsOnHome extends BaseModule
|
||||
{
|
||||
/** @var string */
|
||||
const DOMAIN_NAME = 'brandsonhome';
|
||||
}
|
||||
Reference in New Issue
Block a user