message
This commit is contained in:
10
templates/default/fav/favorites.tpl
Normal file
10
templates/default/fav/favorites.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="shadow2">
|
||||
<div class="block2">
|
||||
{sort}
|
||||
</div>
|
||||
</div>
|
||||
<div class="shadow2">
|
||||
<div class="block2">
|
||||
{list}
|
||||
</div>
|
||||
</div>
|
||||
8
templates/default/fav/news.tpl
Normal file
8
templates/default/fav/news.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr onmouseover ="this.bgColor = '#FAF4C7'" onmouseout ="this.bgColor = '#FFFFFF'">
|
||||
<td width="15%"> {category}</td>
|
||||
<td width="70%"><a href="{link}">{title}</a></td>
|
||||
<td align="center" width="10%">{date}</td>
|
||||
<td align="center" width="5%">{favorites}</td>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user