summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-09-19 18:10:42 +0000
committerDries Buytaert <dries@buytaert.net>2010-09-19 18:10:42 +0000
commitc2c63b94f6637de1bcc19fd0db3af8b7756312de (patch)
treecfb3f86085dc9acf5fb7d9c58a2e7b77aa71022b /modules/system/system.module
parent35e7c83ddb11302098d49979f5fb35c19673bda1 (diff)
downloadbrdo-c2c63b94f6637de1bcc19fd0db3af8b7756312de.tar.gz
brdo-c2c63b94f6637de1bcc19fd0db3af8b7756312de.tar.bz2
- Patch #885228 by sun, Jacine, mverbaar: CSS Files are in major need of clean up.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 9d0930476..134a51e5f 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1830,13 +1830,13 @@ function _system_filetransfer_backend_form_common() {
function system_init() {
$path = drupal_get_path('module', 'system');
// Add the CSS for this module.
+ drupal_add_css($path . '/system.base.css', array('weight' => CSS_SYSTEM, 'preprocess' => TRUE));
if (arg(0) == 'admin' || (variable_get('node_admin_theme', '0') && arg(0) == 'node' && (arg(1) == 'add' || arg(2) == 'edit' || arg(2) == 'delete'))) {
- drupal_add_css($path . '/admin.css', array('weight' => CSS_SYSTEM));
+ drupal_add_css($path . '/system.admin.css', array('weight' => CSS_SYSTEM));
}
- drupal_add_css($path . '/system.css', array('weight' => CSS_SYSTEM, 'preprocess' => TRUE));
- drupal_add_css($path . '/system-behavior.css', array('weight' => CSS_SYSTEM, 'preprocess' => TRUE));
- drupal_add_css($path . '/system-menus.css', array('weight' => CSS_SYSTEM, 'preprocess' => TRUE));
- drupal_add_css($path . '/system-messages.css', array('weight' => CSS_SYSTEM, 'preprocess' => TRUE));
+ drupal_add_css($path . '/system.menus.css', array('weight' => CSS_SYSTEM, 'preprocess' => TRUE));
+ drupal_add_css($path . '/system.messages.css', array('weight' => CSS_SYSTEM, 'preprocess' => TRUE));
+ drupal_add_css($path . '/system.theme.css', array('weight' => CSS_SYSTEM, 'preprocess' => TRUE));
// Ignore slave database servers for this request.
//