Файл: vkollektive2014/core/reg_head.php
Строк: 90
<?
if($u['setting_theme']){
$theme = '/themes/'.$u['setting_theme'].'/';
if(!is_dir($theme)){
$theme = '/themes/default/';
}
} else {
$theme = '/themes/default/';
}
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>
<!--1345106472-->
<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=utf-8"/>
<meta http-equiv="cache-control" content="no-cache"/>
<meta http-equiv="cache-control" content="must-revalidate"/>
<meta http-equiv="cache-control" content="no-store"/>
<meta name="keywords" content="Знакомства, общение, форум, чат, развлечения, , приложения, конкурсы, загрузки, библиотека, фан клубы, фото-бои, Wap Базар">
<meta name="description" content="Мир Друзей, Приятных Знакомств и Яркого Общения! Знакомства, общение, форум, чат, развлечения, , приложения, конкурсы, загрузки, библиотека! Заходи и найди у нас, отдых по душе!">
<meta name="author" content="vKollektive.net">
<meta name="copyright" content="vkollektive.net">
<meta name="generator" content="vKollektive_net_core_beta_test">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="'.$theme.'style.css" type="text/css"/>
<title>'.$title.'</title>
</head>
<body>';
echo'<script type="text/javascript">
document.ondragstart = test;
document.onselectstart = test;
document.oncontextmenu = test;
function test() {
return false;
}
document.oncontextmenu;
function catchControlKeys(event){
var code=event.keyCode ? event.keyCode : event.which ? event.which : null;
if (event.ctrlKey){
// Ctrl+U
if (code == 117) return false;
if (code == 85) return false;
// Ctrl+C
if (code == 99) return false;
if (code == 67) return false;
// Ctrl+A
if (code == 97) return false;
if (code == 65) return false;
}
}
</script>';
/*
echo'<div id="georglenta">
<a rel="nofollow" href="http://vkollektive.net">
<img src="/ico/9may3.png" />
</a>
</div>';
*/
echo '<div class="logo"><img src="image/logo.png" width="210" height="75"></div>';
echo '<div class="logo2"></div>';
echo"<div class='menu3'><font color='black'>vKollektive.net - Твой дом! :)</font></div>";
?>