using mobile image for future sales

This commit is contained in:
Christophe LATOUR 2017-11-09 15:31:26 +01:00
parent 3a2f9dc37a
commit aaa6bdefd1

View File

@ -30,7 +30,7 @@ trait ImageTrait {
$static = 'http://static.bebeboutik.com/';
$extension = $active === true ? 'mobile' : 'listoff';
$extension = $active === true ? 'mobile' : 'mobileoff';
return $static .
__PS_BASE_URI__.'modules/privatesales/img/' . $id_sale . '/' .
$extension . '_' . $cookie->id_lang . '.jpg';