|
|
@@ -1,11 +1,10 @@
|
|
|
<!DOCTYPE html>
|
|
|
-<html lang="fr">
|
|
|
+<html lang="<?php echo $this->conf->language (); ?>" xml:lang="<?php echo $this->conf->language (); ?>">
|
|
|
<head>
|
|
|
- <meta charset="utf-8">
|
|
|
- <meta name="viewport" content="initial-scale=1.0">
|
|
|
+ <meta charset="UTF-8" />
|
|
|
+ <meta name="viewport" content="initial-scale=1.0" />
|
|
|
<link rel="icon" type="image/x-icon" href="<?php echo Url::display ('/favicon.ico'); ?>" />
|
|
|
<link rel="icon" type="image/png" href="<?php echo Url::display ('/favicon.ico'); ?>" />
|
|
|
-
|
|
|
<?php echo self::headTitle (); ?>
|
|
|
<?php echo self::headStyle (); ?>
|
|
|
<?php echo self::headScript (); ?>
|