sale-banner.phtml 292 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 {{# saleBanner}} <div class="sale-list-banner" style="height: {{bannerHeight}}px;"> <ul style="height: {{bannerHeight}}px;"> {{# list}} <li class="banner-img" style="background:url({{img}}) no-repeat top center;"></li> {{/ list}} </ul> </div> {{/ saleBanner}}