Файл: test.masteram.us/chat/inc/tfoot.php
Строк: 16
<?
if (file_exists(H."style/themes/$set[set_them]/chat/foot.php"))
include_once H."style/themes/$set[set_them]/chat/foot.php";
else
{
list($msec, $sec) = explode(chr(32), microtime());
echo "<div class='blueline'>";
echo "<img src='/style/back.gif' alt='' class='icon'/>n";
echo "<a href="/chat/">Прихожая</a> |n";
echo "<a href='/'>На главную</a> |n";
echo "<a href='/chat/moder.php'>Модеры</a>n";
echo "<img src='http://mobtop.ru/44505.gif' height='1' width='1' /><img src='http://c.waplog.net/439553.cnt' height='1' width='1' /><img src='http://c.waptut.ru/3427/small.png' height='1' width='1' />n";
echo "</div>n";
echo "</div>n</body>n</html>";
exit;
}
?>