Files
pannello/core/footer.php
2016-05-20 17:30:01 +02:00

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">&nbsp;<?php print $CONF['Versione'] ?></td>
<td width="500">&nbsp;</td>
<?php if ($UTENTE['admin']) { ?>
<td class="rtop"><a class="rtop" href="main.php">Admin&nbsp;</a></td>
<?php } else {?>
<td>&nbsp;</td>
<?php } ?>
</tr>
<?php $tabella->close(); ?>
</td></tr>
</table>
</body>
</html>