21 lines
457 B
PHP
Executable File
21 lines
457 B
PHP
Executable File
</td></tr>
|
|
<tr><td>
|
|
<?php
|
|
$tabella = new html (0, "100%", array (33,34,0));
|
|
$tabella->riga();
|
|
?>
|
|
<tr bgcolor="#FFC350">
|
|
<td nowrap class="lbottom"> <?php print $CONF['Versione'] ?></td>
|
|
<td width="500"> </td>
|
|
<?php if ($UTENTE['admin']) { ?>
|
|
<td class="rtop"><a class="rtop" href="main.php">Admin </a></td>
|
|
<?php } else {?>
|
|
<td> </td>
|
|
<?php } ?>
|
|
</tr>
|
|
<?php $tabella->close(); ?>
|
|
</td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|