import v1.0.0-RC4 | 2009-05-20
This commit is contained in:
10
modules/stats/views/scripts/top/index.phtml
Normal file
10
modules/stats/views/scripts/top/index.phtml
Normal file
@ -0,0 +1,10 @@
|
||||
<h3><?= $this->translate('Top 10 Trusted Sites') ?></h3>
|
||||
<table id="topTenTable">
|
||||
<? foreach ($this->sites as $num => $siteInfo): ?>
|
||||
<tr>
|
||||
<td><?= $num + 1 ?></td>
|
||||
<td><?= $siteInfo['site'] ?></td>
|
||||
<td>(<?= $this->translate('%s users', $siteInfo['num']) ?>)</td>
|
||||
</tr>
|
||||
<? endforeach ?>
|
||||
</table>
|
Reference in New Issue
Block a user