diff --git a/profiles/unl_profile/unl_profile.install b/profiles/unl_profile/unl_profile.install index 7a975d41f6598475377d6b4977d7c67d4865f9a4..84e116474e5ba04a5a5b6f4751d4a98e4d95f24d 100644 --- a/profiles/unl_profile/unl_profile.install +++ b/profiles/unl_profile/unl_profile.install @@ -50,6 +50,7 @@ function unl_profile_install() theme_enable(array('unl_wdn')); variable_set('theme_default', 'unl_wdn'); + variable_set('node_admin_theme', 0); if (isset($ini_settings['temp_dir'])) { variable_set('file_temporary_path', $ini_settings['temp_dir']);