Changing css references to /css, and js to /js as relative linking does not work...
[treecutter.git] / style / bluenightsky / index.en.html.tmpl
index be96ab3c2cc3979bd585bb8c529d6517bb977fda..f9046043f8f22de10902fb041e8a564a00ba0f20 100644 (file)
@@ -4,18 +4,18 @@
   <head>
     <meta charset="utf-8" />
     <title>$title</title>
-    <link rel="stylesheet" href="styles.css"
+    <link rel="stylesheet" href="/css/styles.css"
          type="text/css" media="screen" />
-    <link rel="stylesheet" href="print.css"
+    <link rel="stylesheet" href="/css/print.css"
          type="text/css" media="print" />
     <script type="text/javascript"
            src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js">
     </script>
-    <script type="text/javascript" src="js/simpletabs.js"></script>
+    <script type="text/javascript" src="/js/simpletabs.js"></script>
     <link rel="stylesheet" href="lightbox.css"
          type="text/css" media="screen" />
-    <script type="text/javascript" src="js/jquery.js"></script>
-    <script type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
+    <script type="text/javascript" src="/js/jquery.js"></script>
+    <script type="text/javascript" src="/js/jquery.lightbox-0.5.js"></script>
     <!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
     <script type="text/javascript">
       $(function() {