summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-03-28 14:08:23 +0000
committerDries Buytaert <dries@buytaert.net>2007-03-28 14:08:23 +0000
commitb20618aa129e670ee8e9934acba071b7d890ce61 (patch)
treee2d1abf5db33ee94b357243cf6d742bbea4608b1 /themes
parentcb34d838f32095d551fbd81f5655205126811725 (diff)
downloadbrdo-b20618aa129e670ee8e9934acba071b7d890ce61.tar.gz
brdo-b20618aa129e670ee8e9934acba071b7d890ce61.tar.bz2
- Patch #128866 by Gabor et al: new language subsystem fixes.
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/page.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php
index 2562513a7..3663f6586 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language ?>" lang="<?php print $language ?>">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>">
<head>
<title><?php print $head_title ?></title>
<?php print $head ?>