aboutsummaryrefslogtreecommitdiffstats
path: root/templates/website/header
blob: 028d05506b11c0f14b0994af07263002ccdffebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="{{ $lang_code }}">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <script type="text/javascript" src="/yui/utilities.js"></script>
        <script type="text/javascript" src="/js.js"></script>
        {{ $map_js }}
        {{ $robots }}

        <title>{{ $title }}{{ $site_title }}</title>
        <style type="text/css">@import url("/css/core.css"); @import url("/css/main.css");</style>
        <!--[if LT IE 7]>
             <style type="text/css">@import url("/css/ie6.css");</style>
        <![endif]-->
        {{ $rss }}
    </head>
    <body>
        {{ $heading_element_start }}{{ $heading }}{{ $heading_element_end }}
        <div id="wrapper"><div id="content">