Файл: contact.php
Строк: 45
<?
session_start();
$title="Контактыn";
$font='<font color="#ffd022">';
$fend='</font>';
include ("header.php");
$e=mysql_query("SELECT * FROM `config` WHERE `id` = '1'");
$link=mysql_fetch_array($e);
echo $div["im"];
echo "<img src="/logo.gif" alt=""/><br/>";
echo $div["end"];
echo $div["okcent"];
echo $div["gif"];
echo $div["ten"];
echo "".($font)."E-mail :".($fend)." ".$link['email']."<br/>";
echo $div["end"];
echo $div["ten"];
echo "".($font)."ICQ :".($fend)." ".$link['icq']." <br/>";
echo $div["end"];
echo $div["ten"];
echo "".($font)."Skaip :".($fend)." ".$link['skaip']." <br/>";
echo $div["end"];
echo $div["ten"];
echo "".($font)."Телефон :".($fend)." ".$link['tel']." <br/>";
echo $div["end"];
if ($autorize)
{echo $div["ten"];
echo "<a href="enter.php?".session_name()."=".session_id()."">В панель</a><br/>";
echo $div["end"];
}
else {
echo $div["ten"];
echo "<a href="index.php?".session_name()."=".session_id()."">На главную</a><br/>";
echo $div["end"];
}
include ("footer.php");
?>