? .DS_Store ? reviews.kpf ? template-suggestions.patch ? tpl.patch ? sites/.DS_Store ? sites/all/.DS_Store ? sites/all/modules ? sites/all/themes ? sites/default/files ? sites/default/settings.php ? themes/.DS_Store ? themes/garland/.DS_Store Index: includes/theme.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/theme.inc,v retrieving revision 1.415.2.7 diff -u -p -r1.415.2.7 theme.inc --- includes/theme.inc 25 Jun 2008 07:56:31 -0000 1.415.2.7 +++ includes/theme.inc 7 Jul 2008 20:46:02 -0000 @@ -656,6 +676,8 @@ function theme() { } if ($suggestions) { + global $theme; + $info['theme paths'][] = drupal_get_path('theme', $theme); $template_file = drupal_discover_template($info['theme paths'], $suggestions, $extension); }