Skip to content

Commit

Permalink
Removing admin theme setting from nuboot
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Apr 28, 2014
1 parent 7e043fe commit 6cec459
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions template.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ function nuboot_css_alter(&$css) {
unset($css[drupal_get_path('module', 'dkan_dataset') . '/dkan_dataset_btn.css']);
}

/**
* Implements hook_preprocess().
*/
function nuboot_preprocess(&$variabless, $hook) {
variable_set('admin_theme', 'nuboot');
}

/**
* Implements template_preprocess_html.
*/
Expand Down Expand Up @@ -323,9 +316,6 @@ function nuboot_form_alter(&$form, &$form_state, $form_id) {
$form['colorizer_global']['colorizer_incfile']['#default_value'] = 'colorizer/colorizer.inc';
break;

case 'system_themes_admin_form':
$form['admin_theme']['admin_theme']['#default_value'] = 'nuboot';
break;
}
}

Expand Down

0 comments on commit 6cec459

Please sign in to comment.