Subversion Repositories SmartDukaan

Rev

Rev 545 | Rev 794 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#if($itemList && $itemList.size() !=0)

<!-- Best Deals -->
<div id="bestDeals">
        <h1>Best Deals <a href="/best-deals/1">See All</a></h1>
        
        #foreach($item in $itemList)
                #if($velocityCount!=1)
                        <div class="spacing">&nbsp;</div>
                #end
                $item
        #end
        
        
        <div class="clearBoth"></div>
</div>
<!-- Best Deals -->
#end