Файл: system/head.php
Строк: 17
<?
/*
Автор: ЗэК (ZeK)
E-mail: otwap.ru@bk.ru
icq: 10361141
*/
header('Content-Type: text/html; charset=utf8');
echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">';
echo '<html><head>';
echo '<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8"/>';
$design='default';
echo '<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">';
echo '<link rel="stylesheet" type="text/css" href="'.$site.'/style/style.css" />';
echo '
<div class="head"><a href="/"><img src="/style/img/logo.png"/></a></div>
<div class="rekl"><center>С Новым Годом!</center></div>';
echo '<title>'.$title.'</title>';
echo '</head><body>';
?>