Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
20201f4d
Commit
20201f4d
authored
Aug 14, 2006
by
drumm
Browse files
Fixing the last commit and CHANGELOG.
parent
3cc2b1e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.txt
View file @
20201f4d
...
...
@@ -43,6 +43,7 @@ Drupal x.x.x, xxxx-xx-xx (development version)
- removed the archive module.
- upgrade system:
* created space for update branches.
- split up and removed drupal.css.
Drupal 4.7.0, 2006-05-01
------------------------
...
...
modules/system/system.module
View file @
20201f4d
...
...
@@ -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'
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment