Hello All,
Am create new module for PS 1.7.5.0.
for include Css or Js am using this syntax but not working
public function hookHeader()
{
$this->context->controller->addCSS(array(
$this->_path.'views/css/<file name>.css'
));
$this->context->controller->addJS(array(
$this->_path.'views/js/<file name>.js'
));
}
above syntax work fine on ps 1.7.6.0
please help me.