<?
if (file_exists(H."style/themes/$set[set_them]/foot.php"))
include_once H."style/themes/$set[set_them]/foot.php";
else
{
list($msec, $sec) = explode(chr(32), microtime());
if (isset($user) && $user['level']!=0) echo "[".round(($sec + $msec) - $conf['headtime'], 3)."]<br />n";
}
exit;
?>