[*] FO : Merge of https://github.com/PrestaShop/PrestaShop/pull/854
This commit is contained in:
@@ -129,7 +129,8 @@ class CategoryControllerCore extends FrontController
|
||||
'homeSize' => Image::getSize(ImageType::getFormatedName('home')),
|
||||
'allow_oosp' => (int)Configuration::get('PS_ORDER_OUT_OF_STOCK'),
|
||||
'comparator_max_item' => (int)Configuration::get('PS_COMPARATOR_MAX_ITEM'),
|
||||
'suppliers' => Supplier::getSuppliers()
|
||||
'suppliers' => Supplier::getSuppliers(),
|
||||
'body_classes' => array($this->php_self.'-'.$this->category->id, $this->php_self.'-'.$this->category->link_rewrite)
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user