Subversion Repositories SmartDukaan

Rev

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

<!-- 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 -->