diff options
author | Arun Persaud <arun@nubati.net> | 2009-04-25 11:35:03 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2009-04-25 11:35:03 -0700 |
commit | 26bcd1e5b01ca8575b513e12ce7bdd302614273c (patch) | |
tree | aa88c3b20e2e70300fe9f4ef47a4e47931b6662a /include/output.php | |
parent | a57cfa3be6ee0fbce336dc98e2862ac39f2b1add (diff) | |
download | e-DoKo-26bcd1e5b01ca8575b513e12ce7bdd302614273c.tar.gz e-DoKo-26bcd1e5b01ca8575b513e12ce7bdd302614273c.tar.bz2 e-DoKo-26bcd1e5b01ca8575b513e12ce7bdd302614273c.zip |
LAYOUT: pumped css version to include openid support
Diffstat (limited to 'include/output.php')
-rw-r--r-- | include/output.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/output.php b/include/output.php index 702c154..c2611ba 100644 --- a/include/output.php +++ b/include/output.php @@ -300,7 +300,7 @@ function output_header() <title>e-Doko</title> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" /> <link rel="shortcut icon" type="image/x-icon" href="pics/edoko-favicon.png" /> - <link rel="stylesheet" type="text/css" href="css/standard020.css" /> + <link rel="stylesheet" type="text/css" href="css/standard021.css" /> <script type="text/javascript" src="include/game.js"> </script> <script type="text/javascript" src="include/jquery.js"> </script> <script type="text/javascript" src="include/jquery.tablesorter.js"></script> |