Subversion Repositories cheapmusic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 - 1
<table id="cust_tab">
2
	<tr>
3
		<th><?php echo $spText['common']['Url']?></th>
4
		<th><?php echo $spText['label']['Reviews']?></th>
5
		<th><?php echo $spText['label']['Rating']?></th>
6
	</tr>
7
	<tr>
8
		<td><?php echo $smLink?></td>
9
		<td>
10
			<?php echo $statInfo['reviews'];?>
11
		</td>
12
		<td><?php echo $statInfo['rating']?></td>
13
	</tr>
14
</table>