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