Files
Froxlor/templates/Sparkle/admin/settings/phpinfo/phpinfo_table.tpl
Michael Kaufmann (d00p) 10dc017dd1 add phpinfo() in admin-panel, thx to EleRas; fixes #1270
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
2013-10-02 09:48:24 +02:00

11 lines
121 B
Smarty

<table>
<thead>
<tr>
<th colspan="3">{$name}</th>
</tr>
</thead>
<tbody>
{$phpinfoentries}
</tbody>
</table>