//modules added ->bootstrap = true;

This commit is contained in:
Vincent Augagneur
2013-11-05 18:08:01 +01:00
parent 657c8f415a
commit d27fe93daa
41 changed files with 81 additions and 40 deletions
+2 -1
View File
@@ -43,7 +43,8 @@ class BlockCms extends Module
$this->author = 'PrestaShop';
$this->need_instance = 0;
parent::__construct();
$this->bootstrap = true;
parent::__construct();
$this->displayName = $this->l('CMS Block');
$this->description = $this->l('Adds a block with several CMS links.');