[-] 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:
bMancone
2011-08-24 13:28:31 +00:00
parent c2922f16e3
commit acee5463dd
+2
View File
@@ -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');