Merge pull request #103 from damonsk/patch4

[*] MO : crossselling - moved javascript include into header hook.
This commit is contained in:
Vincent Augagneur
2013-02-05 01:42:46 -08:00
3 changed files with 25 additions and 22 deletions
+1
View File
@@ -115,6 +115,7 @@ class CrossSelling extends Module
public function hookHeader()
{
$this->context->controller->addCSS(($this->_path).'crossselling.css', 'all');
$this->context->controller->addJS(($this->_path).'js/crossselling.js');
}
/**