]> dev.renevier.net Git - syp.git/commitdiff
lang attribute for <html> tag
authorarno <arenevier@fdn.fr>
Wed, 5 Aug 2009 20:42:08 +0000 (22:42 +0200)
committerarno <arenevier@fdn.fr>
Fri, 7 Aug 2009 10:07:50 +0000 (12:07 +0200)
inc/templates_admin.php
inc/templates_index.php
inc/templates_upgrade.php
inc/templates_wizard.php

index b02e5a800ab146d61f4686c59624af8035d8930b..c3500dc4069205f28180bd88a70c601ea68a0115 100644 (file)
@@ -21,7 +21,7 @@ if (!$usrtblexists || !$itemstblexists) {
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">  
-<html>
+<html lang="<?php echo $lang?>">
 <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
       <title><?php ptrans('SYP admin')?></title>
@@ -38,7 +38,7 @@ if (!$usrtblexists || !$itemstblexists) {
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">  
-<html>
+<html lang="<?php echo $lang?>">
 <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
       <title><?php ptrans('SYP admin');?></title>
index 3b70e7c7ddd40f9c95b6c56ff51b2eecb2062b92..6fd516b09e46f6e8ed956417c50c2afc65533049 100644 (file)
@@ -17,7 +17,7 @@ if (defined ("THUMBSMAXSIZE") && (THUMBSMAXSIZE > 0)) {
     $thumbsmaxsize = 400; // default value;
 }
 ?>
-<html>
+<html lang="<?php echo $lang?>">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
     <title><?php echo defined ("SITETITLE") ? SITETITLE : "SYP"?></title>
index 410790ad180f67e66b36771d7786958eb0e10a41..1a69b68584b159af5e4a15d13fdf9aa49a3e3bea 100644 (file)
@@ -4,7 +4,7 @@
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">  
-<html>
+<html lang="<?php echo $lang?>">
 <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
       <link rel="stylesheet" href="./media/common.css" type="text/css" />
index 313a6a7610d69d4eb17164d7e53403d1abe89cd3..b6780258d5b7976c34e50eb1f0bdf19c270ccf4e 100644 (file)
@@ -4,7 +4,7 @@
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">  
-<html>
+<html lang="<?php echo $lang?>">
 <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
       <link rel="stylesheet" href="./media/common.css" type="text/css" />