// Renamed images types for the default theme (in order to avoid conflicts) #PSCFV-4242
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17474 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -146,7 +146,7 @@ class CompareControllerCore extends FrontController
|
||||
'product_features' => $listFeatures,
|
||||
'products' => $listProducts,
|
||||
'width' => $width,
|
||||
'homeSize' => Image::getSize('home')
|
||||
'homeSize' => Image::getSize('home_default')
|
||||
));
|
||||
$this->context->smarty->assign('HOOK_EXTRA_PRODUCT_COMPARISON', Hook::exec('displayProductComparison', array('list_ids_product' => $ids)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user