From 20201f4ddc3d9a52671345ffac5eed8655052589 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Mon, 14 Aug 2006 07:17:37 +0000 Subject: Fixing the last commit and CHANGELOG. --- modules/system/system.module | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 11ebead49..583210a65 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -245,10 +245,9 @@ function system_menu($may_cache) { global $custom_theme; $custom_theme = variable_get('admin_theme', 'bluemarine'); } - } - else { - // Add the CSS for this module - // We put this in !$may_cache so it's only added once per request + + // Add the CSS for this module. We put this in !$may_cache so it is only + // added once per request. drupal_add_css(drupal_get_path('module', 'system') .'/defaults.css', 'core'); drupal_add_css(drupal_get_path('module', 'system') .'/system.css', 'core'); } -- cgit v1.2.3