summaryrefslogtreecommitdiff
path: root/modules/overlay/overlay.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/overlay/overlay.module')
-rw-r--r--modules/overlay/overlay.module11
1 files changed, 1 insertions, 10 deletions
diff --git a/modules/overlay/overlay.module b/modules/overlay/overlay.module
index 2650e8168..f65f32d8d 100644
--- a/modules/overlay/overlay.module
+++ b/modules/overlay/overlay.module
@@ -66,9 +66,6 @@ function overlay_theme() {
* @see overlay_set_mode()
*/
function overlay_init() {
- // @todo: custom_theme does not exist anymore.
- global $custom_theme;
-
$mode = overlay_get_mode();
// Only act if the user has access to the overlay and a mode was not already
@@ -87,13 +84,7 @@ function overlay_init() {
if (!path_is_admin($current_path)) {
overlay_close_dialog($current_path);
}
- // If system module did not switch the theme yet (i.e. this is not an
- // admin page, per se), we should switch the theme here.
- $admin_theme = variable_get('admin_theme', 0);
- if ($custom_theme != $admin_theme) {
- $custom_theme = $admin_theme;
- drupal_add_css(drupal_get_path('module', 'system') . '/admin.css');
- }
+
// Indicate that we are viewing an overlay child page.
overlay_set_mode('child');