Skip to content

Instantly share code, notes, and snippets.

@keopx
Created April 4, 2016 09:40
Show Gist options
  • Save keopx/fe6798eff6e0ea6aa2c66ea76e21e7f5 to your computer and use it in GitHub Desktop.
Save keopx/fe6798eff6e0ea6aa2c66ea76e21e7f5 to your computer and use it in GitHub Desktop.
Drupal 7 - Current theme
<?php
$current_theme = variable_get('theme_default','none');
$themes = list_themes();
$theme_object = $themes[$current_theme];
// print all the object fields
dsm($theme_object);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment