aboutsummaryrefslogtreecommitdiffstats
path: root/templates/website/header
diff options
context:
space:
mode:
Diffstat (limited to 'templates/website/header')
-rw-r--r--templates/website/header16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/website/header b/templates/website/header
new file mode 100644
index 000000000..20b2abde1
--- /dev/null
+++ b/templates/website/header
@@ -0,0 +1,16 @@
+<!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>
+ <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">