Changeset 364:064ba665a14a
- Timestamp:
- 06/14/11 08:34:54 (14 years ago)
- Branch:
- 2.3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/auth.php
r362 r364 22 22 # That's a tricky hack but it works ;) 23 23 $dlang = http::getAcceptLanguage(); 24 $dlang = ($dlang == '' ? 'en' : $dlang); 24 25 if ($dlang != 'en') 25 26 { … … 248 249 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 249 250 <html xmlns="http://www.w3.org/1999/xhtml" 250 xml:lang=" en" lang="en">251 xml:lang="<?php echo $dlang; ?>" lang="<?php echo $dlang; ?>"> 251 252 <head> 252 253 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 253 254 <meta http-equiv="Content-Script-Type" content="text/javascript" /> 254 255 <meta http-equiv="Content-Style-Type" content="text/css" /> 255 <meta http-equiv="Content-Language" content=" en" />256 <meta http-equiv="Content-Language" content="<?php echo $dlang; ?>" /> 256 257 <meta name="ROBOTS" content="NOARCHIVE,NOINDEX,NOFOLLOW" /> 257 258 <meta name="GOOGLEBOT" content="NOSNIPPET" />
Note: See TracChangeset
for help on using the changeset viewer.