Вход Регистрация
Файл: style/themes/default/head.php
Строк: 24
<?
$set
['web'] = false;

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="/style/themes/<?echo $set['set_them'];?>/favicon.ico" />
<link rel="stylesheet" href="/style/themes/<?echo $set['set_them'];?>/style.css" type="text/css" />
<link rel="yandex-tableau-widget" href="/sys/js/yandex_tablo/conf.json" />
</head>

<a href='/'>
<div class='logos'>
<?
#    Включаем время в шапке сайта 
    
echo ($set['times_head'] == 1)  ? ' <div class="time_head"> '.date('H:i:s').' </div> ':(false);
?>
<img src='/style/themes/<?echo $set['set_them'];?>/logos.png'>
</div></a>
<body>
<?
 
if (isset($_SESSION['message']) and $_SESSION['message'] != null)
{
    echo 
"<div class='msg'> <img src='/style/icons/msg.png' style='float: left'  style='margin-bottom: 0px;' alt='' /> "output_text($_SESSION['message']) ."</div>";
    unset(
$_SESSION['message']);
}
Онлайн: 0
Реклама