sibtracker/templates/default/newslist/main.tpl
2019-05-18 13:46:03 +08:00

20 lines
451 B
Smarty

[newslist]
<div class="shadow2">
<div class="block2">
{sort}
</div>
</div>
<div class="shadow2">
<div class="block2">
<table width="100%">
<tr>
<td width="1000px"><strong>Íàçâàíèå</strong></td>
<td width="20%"><center><strong>Ðåéòèíã</strong></center></td>
<td width="20%"><center><strong>Äàòà</strong></center></td>
<td width="10%"><strong>Àâòîð</strong></td>
</tr>
</table>
{list}
</div>
</div>
[/newslist]