2016-06-22 17:08:09 +02:00
{ if isset ( $sale ) & & $sale & & $has_salebg }
2016-01-04 12:48:08 +01:00
<style type="text/css"> { literal }
2016-06-10 16:49:43 +02:00
body#category #columns {
/* background-image: url(" { /literal } { $link - > getCatImageLink ( $sale - > alias [ $cookie - > id_lang ] , $sale - > id_category , 'privatesales' ) } { literal } "); */
2016-08-23 14:50:30 +02:00
background: url("https://static.bebeboutik.com { /literal } { $path } { literal } img/ { /literal } { $sale - > id } { literal } /salebg_ { /literal } { $cookie - > id_lang } { literal } .jpg")no-repeat fixed center 0;
2016-08-23 11:11:28 +02:00
/* background: url(" { /literal } { $path } { literal } /modules/privatesales/img/ { /literal } { $sale - > id } { literal } /salebg_ { /literal } { $cookie - > id_lang } { literal } .jpg") no-repeat fixed center 0; */
2016-06-22 17:50:52 +02:00
/* background: url(" { /literal } { $path_saleimg } { literal } salebg_ { /literal } { $cookie - > id_lang } { literal } .jpg") no-repeat fixed center 0; */
2016-01-04 12:48:08 +01:00
}
{ /literal } </style>
2016-06-10 16:49:43 +02:00
{ /if }