[-] CORE : fixed bug #PSCFV-4754 Image sizes are the same for all shops and themes
This commit is contained in:
@@ -53,7 +53,7 @@ class PricesDropControllerCore extends FrontController
|
||||
'products' => Product::getPricesDrop($this->context->language->id, (int)$this->p - 1, (int)$this->n, false, $this->orderBy, $this->orderWay),
|
||||
'add_prod_display' => Configuration::get('PS_ATTRIBUTE_CATEGORY_DISPLAY'),
|
||||
'nbProducts' => $nbProducts,
|
||||
'homeSize' => Image::getSize('home_default'),
|
||||
'homeSize' => Image::getSize(ImageType::getFormatedName('home')),
|
||||
'comparator_max_item' => Configuration::get('PS_COMPARATOR_MAX_ITEM')
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user