(no commit message)
[ppastats.git] / themes / default / templates / header.tpl
diff --git a/themes/default/templates/header.tpl b/themes/default/templates/header.tpl
new file mode 100644 (file)
index 0000000..ff52748
--- /dev/null
@@ -0,0 +1,16 @@
+<html> 
+  <head>
+    <title>@TITLE@</title>
+    <link type="text/css" href="css/wpitchoune.css" rel="stylesheet"/>
+    <link type="text/css" href="css/ppastats.css" rel="stylesheet"/>
+    <link type="text/css" href="css/jquery.jqplot.min.css" rel="stylesheet" />
+    <!--[if lt IE 9]><script language="javascript" type="text/javascript" src="js/excanvas.js"></script><![endif]-->
+    <script type="text/javascript" src="js/jquery.min.js"></script>
+    <script type="text/javascript" src="js/jquery.jqplot.min.js"></script>
+    <script type="text/javascript" src="js/jqplot.dateAxisRenderer.min.js"></script>
+    <script type="text/javascript" src="js/ppastats.js"></script>
+    <script>@SCRIPT@</script>
+  </head>
+  <body>
+  <div id="page">
+