11 lines
121 B
Smarty
11 lines
121 B
Smarty
<table>
|
|
<thead>
|
|
<tr>
|
|
<th colspan="3">{$name}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{$phpinfoentries}
|
|
</tbody>
|
|
</table>
|