Файл: public_html/inc/head.php
Строк: 28
<?php
//include 'ne.php';
include 'diz.php';
header("Content-type: text/html; charset=utf-8");
echo'<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">';
echo'<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">';
echo'<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="Content-Style-Type" content="text/css" />';
echo'<meta name="keywords" content="'.$key.'" />';
echo'<meta name="description" content="'.$des.'" />';
echo'<link rel="stylesheet" href="'.$diz.'/style.css" type="text/css" />';
echo'<link rel="shortcut icon" href="/favicon.ico" />';
echo'<title>'.$title.'</title>';
echo'<script type="text/javascript" src="http://ads.vuki.org/v/br/crcl.js"></script>';
echo'</head><body><div class="logo"><a href="/"><img src="'.$diz.'/logo.gif" alt="logo"/></a></div>';
include 'ads.php';
?>