Subversion Repositories SmartDukaan

Rev

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

<!-- Latest Arrivals -->
<div id="latestArrivals">
        <h1>Latest Arrivals<a href="/latest-arrivals/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>
<!-- Latest Arrivals -->