Skip to content

Instantly share code, notes, and snippets.

@badri
Created June 22, 2011 08:57
Show Gist options
  • Save badri/1039726 to your computer and use it in GitHub Desktop.
Save badri/1039726 to your computer and use it in GitHub Desktop.
enabling default theme in drupal
function install_default_theme($theme) {
theme_enable(array($theme));
variable_set('theme_default', $theme);
}
install_default_theme('urban_solice');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment