Файл: vxas.ru/sys/inc/thead.php
Строк: 59
<?
$set['meta_keywords']=(isset($set['meta_keywords']))?$set['meta_keywords']:null;
$set['meta_description']=(isset($set['meta_description']))?$set['meta_description']:null;
if ($webbrowser=='web')
mysql_query("UPDATE `user` SET `wap_web` = 'web' WHERE `id` = '".mysql_real_escape_string($user[id])."' LIMIT 1");
else
mysql_query("UPDATE `user` SET `wap_web` = 'wap_web' WHERE `id` = '".mysql_real_escape_string($user[id])."' LIMIT 1");
if ($set['meta_keywords']!=NULL)
{
function meta_keywords($str)
{
global $set;
return str_replace('</head>', '<meta name="keywords" content="'.htmlspecialchars($set['meta_keywords']).'" />'."n</head>", $str);
}
ob_start('meta_keywords');
}
if ($set['meta_description']!=NULL)
{
function meta_description($str)
{
global $set;
return str_replace('</head>', '<meta name="description" content="'.htmlspecialchars($set['meta_description']).'" />'."n</head>", $str);
}
ob_start('meta_description');
}
$admin_settings=mysql_fetch_array(mysql_query("SELECT * FROM `admin_settings`"));
if ($admin_settings["udacha"]==1){
if(isset($user)){
$ud=rand(1, 30);
if($ud==15){
mysql_query("INSERT INTO `udacha_yes` (`user`)values('".mysql_real_escape_string($user[id])."')");
}
}
}
if (file_exists(H."style/themes/$set[set_them]/head.php"))
include_once H."style/themes/$set[set_them]/head.php";
else
{
$set['web']=false;
//header("Content-type: application/vnd.wap.xhtml+xml");
//header("Content-type: application/xhtml+xml");
header("Content-type: text/html");
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>
<title><?echo $set['title'];?></title>
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="/style/themes/<?echo $set['set_them'];?>/style.css" type="text/css" />
<link rel="alternate" title="Новости RSS" href="/news/rss.php" type="application/rss+xml" />
</head>
<body>
<div class="body">
<?
}
?>