Файл: s-klub_install/inc/header.php
Строк: 15
<?
header("Content-type: application/xhtml+xml;charset=UTF-8");
echo '<?xml version="1.0" encoding="utf-8"?>'."n";
?><!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="/s-klub/favicon.ico" />
<link rel="stylesheet" href="/s-klub_install/s-klub/style.css" type="text/css" />
</head>
<body>
<?
echo "<div class='body'>";
echo "<div class='title'>";
echo $set['title']."";
ob_start();
echo "</div>";
?>