Return to Snippet

Revision: 25525
at April 1, 2010 12:52 by jonathanpglick


Initial Code
global $custom_theme;
$custom_theme = variable_get('admin_theme', 0);

Initial URL


Initial Description
Needs to execute before theme is initialized -- Ideally in hook_init() -- but also works in hook_nodeapi $op == 'view'

Initial Title
Trigger Drupal Admin Theme

Initial Tags


Initial Language
PHP