Changing css references to /css, and js to /js as relative linking does not work...
[treecutter.git] / style / freggies / index.en.html.tmpl
index 91700bb6454d91b65bde048fa5baec089813f041..e59c1558784368ecc81ced0922dbcf38831b1fe5 100644 (file)
@@ -4,9 +4,9 @@
   <head>
     <meta charset="utf-8" />
     <title>$title</title>
-    <link rel="stylesheet" href="css/styles.css"
+    <link rel="stylesheet" href="/css/styles.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>
 
        </section><!-- end of footer-area -->
        <section class="footerbottom">
-         <p>©;2010 <a href="/">site</a></p>
+         <p>© 2010 <a href="/">site</a></p>
        </section>
       </footer>