Subversion Repositories SmartDukaan

Rev

Rev 545 | Blame | Last modification | View Log | RSS feed

#if($itemList && $itemList.size() !=0)
<!-- Best Sellers -->
<div id="bestSellers">
        <h1>Best Sellers <a href="/best-sellers/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 Sellers -->
#end