Файл: style/tpl/header.tpl
Строк: 76
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
"http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html
lang="ru">
<head>
<title>{$set.title}</title>
{$head_tags}
<meta
name="viewport" content="width=device-width,
initial-scale=1"/>
<link rel="shortcut icon"
href="/favicon.ico"/>
<script
type="text/javascript"
src="/style/libs/jQuery/jquery.min.js"></script>
<link rel="stylesheet"
href="/style/libs/bootstrap/css/bootstrap.min.css"
type="text/css"/>
<link rel="stylesheet"
href="/style/libs/bootstrap/css/bootstrap-theme.min.css"
type="text/css"/>
<script
type="text/javascript"
src="/style/libs/bootstrap/js/bootstrap.min.js"></script>
<link rel="stylesheet"
href="/style/themes/default/style.css"
type="text/css"/>
<script
type="text/javascript">
$(function(){
$('#menu').on('click', function (){
$('#mobile_sidebar').toggleClass('hide');
});});
</script>
</head>
<body>
<div id="sidebar"
class="visible-md-inline-block visible-lg-inline-block">
{if $user}
<div class="title">
<span
id="title_span">Привет, {$user.nick}!</span>
</div>
{if $new_messages > 0}
<a
href="/pages/mail.php" class="link">
{'Почта :count_mail:'|t}
</a>
{/if}
{'user_menu'|menu}
{else}
<a href='/pages/settings.php'
class='right'>
<img src='/style/icons/flags/{$lang}.png'
alt='' title='Select your language'/>
</a>
<div class="title">
<a
href="http://secwind.ru" id="title_span">SecWind -
WAP CMS</a>
</div>
<a
href="/pages/login.php" class="link">{'Войти
на сайт'|t}</a>
<a
href="/pages/registration.php"
class="link">{'Регистрация'|t}</a>
{/if}
</div>
<div id="content">
<div
class="title">
{if $user is null}
<a
href='/pages/settings.php' class='right'>
<img
src='/style/icons/flags/{$lang}.png' alt='' title='Select your
language'/>
</a>
{/if}
<span
class="glyphicon glyphicon-align-justify hidden-md hidden-lg"
id="menu"></span>
<a href="/">
<span class="glyphicon glyphicon-home" style="left:
20px;"></span>
</a>
<span
id="title_span">
{$set.title}
</span>
</div>
<ul class="aut hide"
id="mobile_sidebar">
{if $user}
{if $new_messages > 0}
<a href="/pages/mail.php">
{'Почта
:count_mail:'|t}
</a>
{else}
<a
href="/pages/menu.php">{'Кабинет'|t}</a>
<a href="/pages/login.php?exit">{'Выход'|t}</a>
{/if}
{else}
<a href="/pages/login.php">{'Войти
на сайт'|t}</a>
<a
href="/pages/registration.php">{'Регистрация'|t}</a>
{/if}
</ul>
<div
class="body">