From 4c595f8a5c473fd20279f8dc0dcb4c90d0751a4e Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Tue, 21 Sep 2010 06:06:37 +0000
Subject: [PATCH] Use admin theme when editting content by default in UNL
 Profile.

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@179 20a16fea-79d4-4915-8869-1ea9d5ebf173
---
 profiles/unl_profile/unl_profile.install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/unl_profile/unl_profile.install b/profiles/unl_profile/unl_profile.install
index 3f74cbfc..b8735933 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']);
-- 
GitLab