diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-01-02 23:35:04 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-01-02 23:35:04 +0000 |
commit | 7a6b8e3d3cc26d242b3c7cbb2eaf252d69b8192f (patch) | |
tree | 797ead298fa52e06746a09e9043db86a12e3fcfd /admin.php | |
parent | 408bf86abd18c61bb70ed28b2045d07c599a91b2 (diff) | |
download | brdo-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.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); |