summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-12-28 23:21:31 +0000
committerDries Buytaert <dries@buytaert.net>2002-12-28 23:21:31 +0000
commitbe431bd983e531417fccc7d162d447543cd9c3f7 (patch)
tree1c2a23e55821d0926d32eb0e62df58ebe946a2dc
parent991914e699cb447bfb2d11f675ef24224a12df37 (diff)
downloadbrdo-be431bd983e531417fccc7d162d447543cd9c3f7.tar.gz
brdo-be431bd983e531417fccc7d162d447543cd9c3f7.tar.bz2
- Small fix; still using a single CSS file - seems to work reasonbly well
with Netscape.
-rw-r--r--admin.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/admin.php b/admin.php
index f4173c3d7..b910a431b 100644
--- a/admin.php
+++ b/admin.php
@@ -17,9 +17,8 @@ function admin_page($mod) {
<html>
<head>
<title><?php echo variable_get("site_name", "drupal") . " " . t("administration pages"); ?></title>
- <link rel="stylesheet" type="text/css" title="text" media="screen" href="misc/admin.css" />
<style type="text/css" title="layout" media="Screen">
- @import url("misc/admin-layout.css");
+ @import url("misc/admin.css");
</style>
</head>
<body>