Subversion Repositories SmartDukaan

Rev

Rev 1038 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#if($itemList && $itemList.size() !=0)
<!-- Best Sellers -->
<div id="bestSellers">
  <div class="block-title">
          <h1>Best Sellers </h1>
          <a href="/best-sellers/1" title="Best Selling Mobile Phones">See All</a>
        </div>
        <ul class="deal-items best-sellers">  
        #foreach($item in $itemList)
                #if($velocityCount!=1)
                #end
                $item
        #end
        </ul>
        <div class="clearBoth"></div>
</div>
<!-- Best Sellers -->
#end