aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/header.html
blob: ec0a3554bcb4354ffee4262995cefb3d35235e8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!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>

        [% extra_js_verbatim IF extra_js_verbatim %]

        <title>[% title | html %] :: [% c.cobrand.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]-->

        [% IF rss %]
            <link rel="alternate" type="application/rss+xml" title="[% rss.0 %]" href="[% rss.1 %]">
        [% END %]

    </head>
    <body>

        <div id="header">
            <a href="/">[% loc('Fix<span id="my">My</span>Street') %]</a>
        </div>

        <div id="wrapper"><div id="content">

    [% INCLUDE 'debug_header.html' %]