// Install

This commit is contained in:
Damien Metzger
2013-11-18 19:22:10 +01:00
parent 770d48cf3c
commit a3e1fdb690
14 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class BlockBanner extends Module
public function install()
{
Configuration::updateValue('BLOCKBANNER_IMG', 'store.jpg');
Configuration::updateValue('BLOCKBANNER_IMG', 'sale70.gif');
Configuration::updateValue('BLOCKBANNER_LINK', '');
Configuration::updateValue('BLOCKBANNER_DESC', '');
return parent::install() && $this->registerHook('displayTop') && $this->registerHook('header');