summaryrefslogtreecommitdiff
path: root/admin.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-01-02 23:35:04 +0000
committerDries Buytaert <dries@buytaert.net>2003-01-02 23:35:04 +0000
commit7a6b8e3d3cc26d242b3c7cbb2eaf252d69b8192f (patch)
tree797ead298fa52e06746a09e9043db86a12e3fcfd /admin.php
parent408bf86abd18c61bb70ed28b2045d07c599a91b2 (diff)
downloadbrdo-7a6b8e3d3cc26d242b3c7cbb2eaf252d69b8192f.tar.gz
brdo-7a6b8e3d3cc26d242b3c7cbb2eaf252d69b8192f.tar.bz2
- Added Michael's dummy print.css to avoid watchdog errors.
- Added a comment to explain why we include a dummy stylesheet.
Diffstat (limited to 'admin.php')
-rw-r--r--admin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin.php b/admin.php
index 3e232645b..7531c2c75 100644
--- a/admin.php
+++ b/admin.php
@@ -24,6 +24,7 @@ function admin_page($mod) {
</head>
<body>
<?php
+ // NOTE: we include a dummy "print.css" to remove the "flash of unstyled content" (FUOC) problems in IE.
module_invoke_all("link", "admin");