From eb0caa354ea6fec8d63f930ee249121c09eec1b7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 26 Mar 2007 01:32:22 +0000 Subject: - Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem. --- themes/engines/phptemplate/phptemplate.engine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/engines/phptemplate') diff --git a/themes/engines/phptemplate/phptemplate.engine b/themes/engines/phptemplate/phptemplate.engine index 38f6dfdca..7d7438e8f 100644 --- a/themes/engines/phptemplate/phptemplate.engine +++ b/themes/engines/phptemplate/phptemplate.engine @@ -201,7 +201,7 @@ function phptemplate_page($content, $show_blocks = TRUE) { 'head' => drupal_get_html_head(), 'head_title' => implode(' | ', $head_title), 'help' => theme('help'), - 'language' => $GLOBALS['locale'], + 'language' => $GLOBALS['language'], 'layout' => $layout, 'logo' => theme_get_setting('logo'), 'messages' => theme('status_messages'), -- cgit v1.2.3