//small fix on block contact
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16266 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -48,6 +48,7 @@ class Blockcontact extends Module
|
||||
&& Configuration::updateValue('blockcontact_telnumber', '')
|
||||
&& Configuration::updateValue('blockcontact_email', '')
|
||||
&& $this->registerHook('displayRightColumn')
|
||||
&& $this->registerHook('displayLeftColumn')
|
||||
&& $this->registerHook('displayHeader');
|
||||
}
|
||||
|
||||
@@ -102,5 +103,10 @@ class Blockcontact extends Module
|
||||
));
|
||||
return $this->display(__FILE__, 'blockcontact.tpl');
|
||||
}
|
||||
|
||||
public function hookDisplayRightColumn()
|
||||
{
|
||||
return $this->hookDisplayRightColumn();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user