diff options
| author | 2013-03-01 00:47:53 +0100 | |
|---|---|---|
| committer | 2013-03-01 00:47:53 +0100 | |
| commit | 61aa1e2b22b9fb1714f40d413fe6acadf85596e5 (patch) | |
| tree | 3e3ff67137a1f7545a6e72e19cc8480bf1e1817a /app/layout/layout.phtml | |
| parent | f528d2c3152e35dcfe66b3bf87322decd847d49d (diff) | |
Amélioration thème pour petits écrans
Diffstat (limited to 'app/layout/layout.phtml')
| -rw-r--r-- | app/layout/layout.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index bae395033..de9b76775 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -2,6 +2,7 @@ <html lang="fr"> <head> <meta charset="utf-8"> + <meta name="viewport" content="initial-scale=1.0"> <?php echo self::headTitle (); ?> <?php echo self::headStyle (); ?> <?php echo self::headScript (); ?> |
