View file game/chat/themes/4/foot.php

File size: 679B
<?php
echo'</div><br>
</td>
<td background="themes/4/right000.gif"></td>
</tr><tr><td>
<img src="themes/4/left_dow.gif" />
</td>
<td width="100%" height="7"  background="themes/4/down0000.gif">
<a name="down"></a></td>
<td><img src="themes/4/right_do.gif" />
</td></tr>
</table>';
list($msec, $sec) = explode(chr(32), microtime());
print "<div align='center' class='c' id='down'>[".round(($sec+$msec)-$headtime,5)."] sec</div><br/>";
echo '</div><div align="center">';
if($incl_game == 1){
require_once "../includes/functions/gzip_foot.php";
}
else{
require_once "includes/functions/gzip_foot.php";
}
echo'</div></body></html>';
ob_end_flush();
exit;
?>