Index: /Users/fraser/Sites/workspace/dilettantemusic.blonde.net/public_html/includes/theme.inc =================================================================== --- /Users/fraser/Sites/workspace/dilettantemusic.blonde.net/public_html/includes/theme.inc (revision 10403) +++ /Users/fraser/Sites/workspace/dilettantemusic.blonde.net/public_html/includes/theme.inc (working copy) @@ -32,6 +32,12 @@ function init_theme() { global $theme, $user, $custom_theme, $theme_engine, $theme_key; + $backtrace=debug_backtrace(); + if($backtrace[sizeof($backtrace)-1]['function']=='drupal_bootstrap'){ + die("Error: Attempt to initialise theme in bootstrap phase. This is usually caused by a call to path_to_theme() within a hook_menu or a module file.\n