<div id="footer">
<?php
$datetime = strftime("%c");
$datetime = str_replace( "รค", "ä", $datetime );
?>
<table width="100%" cellspacing="0" border="0" cellpadding="0">
<tr>
<td nowrap>
<?php global $CONF; print $CONF['copyright']; ?>
</td>
<td nowrap align="right">
<?php print $datetime; ?>
</td>
</tr>
</table>
</div>