Файл: style/head.php
Строк: 35
<?php
include_once($_SERVER["DOCUMENT_ROOT"]."/system/db.php");
include_once($_SERVER["DOCUMENT_ROOT"]."/system/function.php");
echo '<?xml version="1.0" encoding="UTF-8"?>';
echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8"/>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="description" content="'.$sett['description'].'"/>
<meta name="keywords" content="'.$sett['keywords'].'"/>
<link rel="stylesheet" href="/style/css/wap.css" type="text/css" />
<link rel="shortcut icon" href="/style/ico/favicon.ico">
<title>'.$sett['title'].'</title></head><body>';
echo '<div class="head"><center><a href="/"><img src="/style/logo.png"></a><center></div>';
?>