blob: 002a20dc7c943169295f70edde5143af55ec99ff (
plain)
1
2
3
|
<?% IF level && allow('topten') %?>
<img class="stars" src="images/<?% level FILTER format('%d') %?>_stars.png" hspace=0 vspace=0 title="<?% level FILTER format('%d') %?> Stars" /><?% umbruch %?>
<?% END %?>
|