|
From: <var...@us...> - 2021-08-09 13:43:45
|
Revision: 10463
http://sourceforge.net/p/phpwiki/code/10463
Author: vargenau
Date: 2021-08-09 13:43:43 +0000 (Mon, 09 Aug 2021)
Log Message:
-----------
Use LANG language
Modified Paths:
--------------
trunk/themes/default/templates/redirect.tmpl
Modified: trunk/themes/default/templates/redirect.tmpl
===================================================================
--- trunk/themes/default/templates/redirect.tmpl 2021-08-09 13:42:22 UTC (rev 10462)
+++ trunk/themes/default/templates/redirect.tmpl 2021-08-09 13:43:43 UTC (rev 10463)
@@ -4,7 +4,7 @@
*/
?>
<!DOCTYPE html>
-<html xml:lang="en" lang="en">
+<html xml:lang="<?php echo $GLOBALS['LANG']?>" lang="<?php echo $GLOBALS['LANG']?>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="robots" content="noindex, nofollow" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|