The active theme engine related to the active theme.
File
- developer/
globals.php, line 195 - These are the global variables that Drupal uses.
Code
global $theme_engine
Login or register to post commentsThe active theme engine related to the active theme.
global $theme_engine
Login or register to post comments
Comments
Theme engine definition setting point
I believe this is first set in _init_theme (at least in D6) although obviously it could be overriden elsewhere (but I don't think it is, I wonder if then it would make more sense as a constant (since it is a string and has to be to construct certain function names), since it is intended to be constant throughout the script (and I'm not sure what the consequences of changing it mid-script would be).
Remember theme engines are circumvented for themes that use .theme files