/ Published in: PHP
Needs to execute before theme is initialized -- Ideally in hook_init() -- but also works in hook_nodeapi $op == 'view'
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
global $custom_theme; $custom_theme = variable_get('admin_theme', 0);