diff options
Diffstat (limited to 'include/output.php')
-rw-r--r-- | include/output.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/output.php b/include/output.php index dc10fa3..8779ad8 100644 --- a/include/output.php +++ b/include/output.php @@ -1,5 +1,5 @@ <?php -/* make sure that we are not called from outside the scripts, +/* make sure that we are not called from outside the scripts, * use a variable defined in config.php to check this */ if(!isset($HOST)) @@ -228,7 +228,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/standard001.css" /> + <link rel="stylesheet" type="text/css" href="css/standard002.css" /> <script type="text/javascript"> function hl(num) { if(document.getElementById){ |