Файл: v-klub.tk/m/head.php
Строк: 35
<?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">';
$rekla=array(
'1'=>'logo.gif',
'2'=>'logo1.gif',
'3'=>'logo2.gif');
$index=array_rand($rekla);
echo '<center><img src="http://'.$set['home'].'/images/'.$rekla [$index].'" alt="'.$index.'"></center>';
echo '</div>';
///////////////////////////
include 'ads-head.php';
//////////////////////////
?>