Файл: rusikanlove/rusikanlove/template/head.php
Строк: 26
<?php
header("Content-Type: text/html; charset=utf-8");
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 name="author" content="team llov.pp.ru" />
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />';
if(!empty($title)){
echo '<title>'.$title.'</title>'; }else{ echo '<title>'.htmlspecialchars($_SESSION['linkname']).'</title>'; }
echo '<link href="/template/style.css" rel="stylesheet" type="text/css" />
</head>
<body><div class="h3"><img src="/image/icon/logo.png" alt="" /></div><div>';
include_once"".$_SERVER['DOCUMENT_ROOT']."/funct/gen.ini.php";
$start_time = start();
?>