1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00
ifhub.club/templates/skin/new/header.light.tpl

24 lines
988 B
Smarty

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ru" xml:lang="ru">
<head>
<title>{$sHtmlTitle}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="{cfg name='path.static.skin'}/css/style.css?v=1" />
<!--[if IE 6]><link rel="stylesheet" type="text/css" href="{cfg name='path.static.skin'}/css/ie6.css?v=1" /><![endif]-->
<!--[if gte IE 7]><link rel="stylesheet" type="text/css" href="{cfg name='path.static.skin'}/css/ie7.css?v=1" /><![endif]-->
{if $bRefreshToHome}
<meta HTTP-EQUIV="Refresh" CONTENT="3; URL={cfg name='path.root.web'}/">
{/if}
</head>
<body>
{hook run='body_begin'}
<div id="container">
<h1 class="lite-header"><a href="{cfg name='path.root.web'}">Live<span>Street</span></a></h1>
{if !$noShowSystemMessage}
{include file='system_message.tpl'}
{/if}