[-] MO : HomeSlider
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8173 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -564,6 +564,8 @@ class HomeSlider extends Module
|
||||
|
||||
public function hookHeader()
|
||||
{
|
||||
if (!$this->getSlides(true))
|
||||
return;
|
||||
$this->context->controller->addJS(_PS_JS_DIR_.'jquery/jquery-ui-1.8.10.custom.min.js');
|
||||
$this->context->controller->addJS($this->_path.'js/jquery.bxSlider.min.js');
|
||||
$this->context->controller->addJS($this->_path.'js/homeslider.js');
|
||||
|
||||
Reference in New Issue
Block a user