Файл: jbtop.ru/m/head.php
Строк: 31
<?php
$microtime = microtime(1);
echo '<?xml version="1.0" encoding="utf-8"?>
<!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" xml:lang="ru">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8"/>
<meta http-equiv="Content-Style-Type" content="text/css" />';
//////////////////////// Вывод Мета ТЕГ
echo '<meta name="keywords" content="'.$set['meta_k'].'"/>';
echo '<meta name="description" content="'.$set['meta_d'].'"/>';
/////////////////////
echo '<link rel="shortcut icon" type="image/x-icon" href="http://'.$set['home'].'/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="http://'.$set['home'].'/style/style.css" />
<script type="text/javascript" src="/jquery.js"></script>
<title>'.$title.' - '.$set['top_name'].'</title>';
/////////////////////////////
echo '</head><body>';
/////////////////////////////////////////
echo '<div class="head">';
echo '<img src=" http://'.$set['home'].'/style/logo.png" alt="Jatop.Ru"/></img>';
echo '</div>';
include_once 'wk/advert.php';
?>