You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
224 B

<h1>{$page->title}</h1>
<table style="margin-top:10px;" class="data Sortable">
<tr>
<th>message</th>
</tr>
{foreach from=$tablelist item=table}
<tr>
<td>{$table} optimised/repaired</td>
</tr>
{/foreach}
</table>