Файл: wboard/source/system/view/_layot.php
Строк: 58
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="viewport" content="width=device-width, target-densitydpi=device-dpi, height=device-height, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<meta name="keywords" content="<?= $meta['keywords'] ?>" />
<meta name="description" content="<?= $meta['description'] ?>" />
<link rel="stylesheet" href="<?= anchor('files/styles/' . $css_style . '.css') ?>" type="text/css" />
<link rel="shortcut icon" href="<?= anchor('favicon.ico') ?>" />
<script type="text/javascript" src="<?= anchor('files/wboard.js') ?>"></script>
<title><?= $this->title ?></title>
</head>
<body>
<div class="container">
<div class="logo"><?= anchor('', '<img src="' . anchor('files/styles/' . $css_style . '/logo.png') . '" alt="WBoard" />') ?></div>
<?= $contents ?>
</div>
<div class="footer">
<div class="navigation">
<ul>
<?php foreach ($navigation as $n_uri => $n_title): ?>
<li><?= anchor($n_uri, $n_title) ?></li>
<?php endforeach; ?>
</ul>
</div>
Powered by <?= anchor('', 'WBoard') ?> © 2013<br /><?= $online ?>
</div>
</body>
</html>