Entêtes XHTML

Compatibilité XHTML dans les entêtes et déclaration langue correcte
("fr" ou "en")
pull/322/head
Alexandre Alapetite 11 years ago
parent fdb2b7588e
commit 0efcb40d8d
  1. 7
      app/layout/layout.phtml

@ -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 (); ?>

Loading…
Cancel
Save