Fixed favicon links
authorDylan Lloyd <dylan@psu.edu>
Sat, 26 Mar 2011 07:05:11 +0000 (03:05 -0400)
committerDylan Lloyd <dylan@psu.edu>
Sat, 26 Mar 2011 07:05:11 +0000 (03:05 -0400)
index.php

index a2c85ea..b52593f 100644 (file)
--- a/index.php
+++ b/index.php
@@ -93,7 +93,7 @@ abstract class cms {
   <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 
   <title>$this->title</title>
-  <link rel="icon" href="favicon.ico" type="image/png">
+  <link rel="icon" href="/favicon.ico" type="image/png">
   $stylesheets
   $scripts
 </head>