6 lines
86 B
Smarty
6 lines
86 B
Smarty
<tr>
|
|
<td>{$row['date']}</td>
|
|
<td>{$row['type']}</td>
|
|
<td>{$row['text']}</td>
|
|
</tr>
|