Файл: style/themes/web/head.php
Строк: 39
<?php
$set['web'] = true;
// выводить aut или нет
$set['non_aut'] = false;
header("Content-type: text/html");
?><!DOCTYPE html>
<html lang="ru">
<head>
<title>
<?php echo $set['title'] . PHP_EOL;
?>
</title>
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="/style/themes/<?php echo $set['set_them'];?>/style.css" type="text/css" />
<link rel="stylesheet" href="/style/themes/<?php echo $set['set_them'];?>/styles.css" type="text/css" />
<link rel="yandex-tableau-widget" href="/sys/js/yandex_tablo/conf.json" />
<link rel="alternate" title="Новости RSS" href="/news/rss.php" type="application/rss+xml" />
<script src="/style/themes/<?php echo $set['set_them'];?>/js.js" type="text/javascript" charset="utf-8"></script>
<script src="/style/themes/<?php echo $set['set_them'];?>/calendar.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="head">
<div class="Dcont">
<div class="logo" style="display: block;">
<a href="/"><h1><?php echo $set['title'];?></h1></a>
</div>
</div>
</div>
<div style="margin-top:70px;"></div>
<div class="adt">
<?php
include_once H . 'style/themes/' . $set['set_them'] . '/rekl.php';
?>
</div>
<div id="left">
<?php
include_once H . 'style/themes/' . $set['set_them'] . '/umenu.php';
?>
</div>
<div id="right">
<div class="rCont">
<div class="un">
<script type="text/javascript">
<!-- hide from old browsers
document.write('Сегодня ' + getDateStr() + ' года')
//-->
</script>
<span class="ext">
<?php
if ($_SERVER['PHP_SELF'] != '/index.php') {
?>
<a href="/">Главная</a> ::
<?php
}
?>
<a href="?">Обновить</a>
</span>
</div>
</div>
<div class="R_user_menu">
<?php
if ($_SERVER['PHP_SELF'] == '/index.php') {
include_once H . 'style/themes/' . $set['set_them'] . '/main.php';
}
?>