Файл: inc/head.php
Строк: 25
<?php
# Автор: Иван Данилов
echo'<!--
____________________________
| Автор Иван Данилов |
| ICQ: 936545 |
| E-mail: KyberID@ya.ru |
|----------------------------|
| Если ты что нибудь стыришь |
| То ты ПидаСрюн |
| А ты ведь не ПидаСрюн? |
|____________________________|
-->
';
echo'<head>';
echo'<meta http-equiv="Content-Type" content="text/html; charset='.$Кодировка.'">';
echo'<link rel="shortcut icon" href="'.$Сайт.'favicon.ico"/>';
echo'<link rel="stylesheet" href="'.$Сайт.'style/style.css" type="text/css" />';
echo'<link rel="stylesheet" href="'.$Сайт.'style/bg.css" type="text/css" />';
echo'<meta name="keywords" content="'.$СЕО_Слова.'" />';
echo'<meta name="description" content="'.$СЕО_Описание.'" />';
echo'<meta name="copyright" content="'.$СЕО_Автор.'" />';
echo'<title>'.$СЕО_Название.'</title>';
?>
<script type="text/javascript">
src="code.php";
function reload(){
document.captcha.src=src+'?rand='+Math.random();
}
</script>
<?
echo'</head>';
echo'<body>';
?>