Файл: gigatop.tk/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" />
<title>'.$title.' | '.$set['top_name'].'</title>';
/////////////////////////////
echo '</head><body>';
/////////////////////////////////////////
echo '<div class="head">';
echo '<center><img src=" http://'.$set['home'].'/style/logo.gif" alt="GigaTop.Tk"/></img></center>';
echo '</div>';
///////////////////////////
include 'ads-head.php';
//////////////////////////
?>