From 414ee8ae21985ccf1f01315fab7e059dd09ca47b Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Wed, 15 Sep 2010 20:24:04 +0000 Subject: [PATCH] Turn off using admin theme when editing or creating content in UNL profile. git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@168 20a16fea-79d4-4915-8869-1ea9d5ebf173 --- profiles/unl_profile/unl_profile.install | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/unl_profile/unl_profile.install b/profiles/unl_profile/unl_profile.install index 7a975d41..84e11647 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']); -- GitLab