Created
April 4, 2016 09:40
-
-
Save keopx/fe6798eff6e0ea6aa2c66ea76e21e7f5 to your computer and use it in GitHub Desktop.
Drupal 7 - Current theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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