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

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
parent a1c32c4a
No related branches found
No related tags found
No related merge requests found
......@@ -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']);
......
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