Merge pull request #103 from damonsk/patch4
[*] MO : crossselling - moved javascript include into header hook.
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user