Merge branch 'ticket-9260' into develop
This commit is contained in:
commit
39534bff4b
@ -47,7 +47,7 @@ class CategoryImg extends Module {
|
||||
$smarty->assign('sale', $sale);
|
||||
$smarty->assign('consumable', ((int) _SHOP_PRIVATESALES_CONSUMABLE == (int) $sale->id)? true : false);
|
||||
$smarty->assign('category', $category);
|
||||
$smarty->assign('is_thumb_vp',(file_exists(_PS_ROOT_DIR_.'/img/c/'.$category->id.'_thumb_vp.jpg'));
|
||||
$smarty->assign('is_thumb_vp',(file_exists(_PS_ROOT_DIR_.'/img/c/'.$category->id.'_thumb_vp.jpg')));
|
||||
return $this->display(__FILE__, 'left_img.tpl');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user