Subversion Repositories SmartDukaan

Rev

Rev 7506 | Rev 7580 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7506 Rev 7537
Line 529... Line 529...
529
<div class="clearBoth"></div>
529
<div class="clearBoth"></div>
530
	 </div>
530
	 </div>
531
#end
531
#end
532
#end
532
#end
533
    </div>
533
    </div>
534
#if ($expertReviews)
-
 
535
<!-- Expert Review-->
-
 
536
<div style="border-top:1px solid #67ABD3;padding:10px">
-
 
537
	<h3>EXPERTS CORNER</h3>
-
 
538
	#foreach($expertReview in $expertReviews)
-
 
539
		<div style="padding-top:10px;">
-
 
540
			<div><i>$expertReview.getReviewContent()</i></div>
-
 
541
			<b>$expertReview.getSource()</b>
-
 
542
		</div>
-
 
543
	#end
-
 
544
    <!-- /Expert Review -->
-
 
545
</div>
-
 
546
#end
-
 
547
    <!-- /slideGuideProduct -->
534
    <!-- /slideGuideProduct -->
548
    <div class="clearBoth"></div>
535
    <div class="clearBoth"></div>
549
   </div>
536
   </div>
550
</div>
537
</div>
551
 
538