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']['Likes']?></th>
5
		<th><?php echo $spText['label']['Followers']?></th>
6
	</tr>
7
	<tr>
8
		<td><?php echo $smLink?></td>
9
		<td>
10
			<?php echo ($smType == 'facebook') ? $statInfo['likes'] : "-";?>
11
		</td>
12
		<td><?php echo $statInfo['followers']?></td>
13
	</tr>
14
</table>