/** * Implementation of hook_init(). * */ function fix_translate_theme_init() { if (arg(2) == 'translate') { global $custom_theme; $custom_theme = variable_get('admin_theme', 0); } } // source: http://drupal.org/node/547162#comment-2090268
Download module