commit 5283854b959ba9c52adcd2ae5c990fb6a20c2370 Author: mbrett5062 Date: Mon Dec 3 15:30:25 2012 -0500 Issue #939462 by mbrett5062: Revert part of last change, to re-enable site installation diff --git a/core/includes/theme.inc b/core/includes/theme.inc index f098c80..30655b6 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -1151,6 +1151,9 @@ function theme($hook, $variables = array()) { // Render the output using the template file. $template_file = $info['template'] . $extension; + if (isset($info['path'])) { + $template_file = $info['path'] . '/' . $template_file; + } // Modules can override this. if (isset($info['template_file'])) {