Subversion Repositories SmartDukaan

Rev

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

Rev 7580 Rev 7662
Line 534... Line 534...
534
<div style="border-top:1px solid #67ABD3;padding:20px 10px;margin:15px">
534
<div style="border-top:1px solid #67ABD3;padding:20px 10px;margin:15px">
535
	<h3>What Experts Say</h3>
535
	<h3>What Experts Say</h3>
536
	#foreach($expertReview in $expertReviews)
536
	#foreach($expertReview in $expertReviews)
537
		<div style="padding-top:10px;">
537
		<div style="padding-top:10px;">
538
			<div><i>$expertReview.getReviewContent()</i></div>
538
			<div><i>$expertReview.getReviewContent()</i></div>
539
			<b>$expertReview.getSource()</b>
539
			<b style="font-size:11px">$expertReview.getSource()</b>
540
		</div>
540
		</div>
541
	#end
541
	#end
542
    <!-- /Expert Review -->
542
    <!-- /Expert Review -->
543
</div>
543
</div>
544
#end
544
#end