Skip to content
Snippets Groups Projects
Commit 4c595f8a authored by Tim Steiner's avatar Tim Steiner
Browse files

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
parent 77f22c15
No related branches found
No related tags found
No related merge requests found
......@@ -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']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment