Changing css references to /css, and js to /js as relative linking does not work...
[treecutter.git] / style / turquoiseswirls / index.en.html.tmpl
index 578884c1a7b09d04002a7dceb322d86e1c734b1a..4bf7bfb91852284748efcd0391c697302f25fe63 100644 (file)
@@ -4,9 +4,9 @@
   <head>
     <meta charset="UTF-8"/>
     <title>$title</title>
-    <link rel="stylesheet" href="css/style.css"
+    <link rel="stylesheet" href="/css/style.css"
          type="text/css" media="screen" />
-    <link rel="stylesheet" href="css/print.css"
+    <link rel="stylesheet" href="/css/print.css"
          type="text/css" media="print" />
     <!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
   </head>