Modifiche HTML

This commit is contained in:
cmaffio
2016-05-20 17:30:01 +02:00
parent de0e6e1867
commit 691a64e13a
32 changed files with 776 additions and 653 deletions

View File

@@ -1,6 +1,9 @@
</td></tr>
<tr><td>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<?php
$tabella = new html (0, "100%", array (33,34,0));
$tabella->riga();
?>
<tr bgcolor="#FFC350">
<td nowrap class="lbottom">&nbsp;<?php print $CONF['Versione'] ?></td>
<td width="500">&nbsp;</td>
@@ -10,7 +13,7 @@
<td>&nbsp;</td>
<?php } ?>
</tr>
</table>
<?php $tabella->close(); ?>
</td></tr>
</table>
</body>