diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/index.php b/htdocs/index.php index fd5c762..aea0dfe 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -39,7 +39,7 @@ if($config->value('splash') == "true") { <link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml" /> <link rel="author" title="Bent Bisballe Nyeng" href="http://www.aasimon.org"/> <link href="/favicon.ico" rel="shortcut icon"/> - <link rel="stylesheet" type="text/css" href="design/mors/style.css" media="screen"/> + <link rel="stylesheet" type="text/css" href="<?php echo $CSS; ?>" media="screen"/> </head> <body> <div class="splash"> @@ -69,7 +69,7 @@ if($config->value('splash') == "true") { <link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml" /> <link rel="author" title="Bent Bisballe Nyeng" href="http://www.aasimon.org"/> <link href="/favicon.ico" rel="shortcut icon"/> - <link rel="stylesheet" type="text/css" href="design/mors/style.css" media="screen"/> + <link rel="stylesheet" type="text/css" href="<?php echo $CSS; ?>" media="screen"/> <link rel="stylesheet" type="text/css" href="handheld.css" media="handheld"/> <link rel="stylesheet" type="text/css" href="admin.css" media="screen"/> <script type="text/javascript"> |