summaryrefslogtreecommitdiff
path: root/themes/engines/phptemplate/phptemplate.engine
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-03-26 01:32:22 +0000
committerDries Buytaert <dries@buytaert.net>2007-03-26 01:32:22 +0000
commiteb0caa354ea6fec8d63f930ee249121c09eec1b7 (patch)
treece8a8238193314fc604c11830671201ab18b8445 /themes/engines/phptemplate/phptemplate.engine
parent5739c24c1450a81777813610021bfa452138a939 (diff)
downloadbrdo-eb0caa354ea6fec8d63f930ee249121c09eec1b7.tar.gz
brdo-eb0caa354ea6fec8d63f930ee249121c09eec1b7.tar.bz2
- Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.
Diffstat (limited to 'themes/engines/phptemplate/phptemplate.engine')
-rw-r--r--themes/engines/phptemplate/phptemplate.engine2
1 files changed, 1 insertions, 1 deletions
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'),