Code: Select all
<div id="topten">
<h3>{writeTopTenHeader} <a href="feed/topten/rss.php" target="_blank"><img src="images/feed.png" width="16" height="16" alt="RSS" /></a></h3>
<ol>
[toptenList]
<li><a href="{toptenUrl}">{toptenTitle}</a> ({toptenVisits})</li>
[/toptenList]
[toptenListError]
<li>{errorMsgTopTen}</li>
[/toptenListError]
</ol>
</div>