Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
11636 vikram.rag 1
#if($itemList && $itemList.size() !=0)
2
 
3
<!-- Best Deals -->
4
<div id="bestDeals">
5
  <div class="block-title">
6
    <h1>Private Deals </h1>
7
    <a href="/private-deals/1" title="Private Deals">See All</a>
8
  </div>
9
  <ul class="deal-items best-deals">
10
	#foreach($item in $itemList)
11
		#if($velocityCount!=1)
12
		#end
13
		$item
14
	#end
15
	</ul>
16
  <div class="clearBoth"></div>
17
</div>
18
<!-- Best Deals -->
19
#end