diff options
author | Arun Persaud <arun@nubati.net> | 2009-01-30 21:05:32 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2009-01-30 21:05:32 -0800 |
commit | c1585e23cb3ea757674c234c9193889b4f2f2090 (patch) | |
tree | 3f87836cef1a81e400e4a660c0433ad4080acc97 /include/output.php | |
parent | ee08bf05ddb0bb5722b0f8b1569d7ab4473a798d (diff) | |
download | e-DoKo-c1585e23cb3ea757674c234c9193889b4f2f2090.tar.gz e-DoKo-c1585e23cb3ea757674c234c9193889b4f2f2090.tar.bz2 e-DoKo-c1585e23cb3ea757674c234c9193889b4f2f2090.zip |
NEW FEATURE: vacation support
users can specify a vacation start and end date and a message. Once they are on vacation their name will be shown in a different color at the table and on the user page (in case it is their turn).
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 485daf9..6823b4d 100644 --- a/include/output.php +++ b/include/output.php @@ -298,7 +298,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/standard017.css" /> + <link rel="stylesheet" type="text/css" href="css/standard018.css" /> <script type="text/javascript" src="include/game.js"> </script> </head> <body onload="high_last();"> |