aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-05-25 21:12:37 +0200
committervincent-peugnet <v.peugnet@free.fr>2020-05-25 21:12:37 +0200
commit93e64fd8516a10befbe9a805808b37870a8eeda8 (patch)
tree3a6efa254c9f1b0f690cf5a40d34b9128f2a43a2 /app/view/templates
parent19d16efebc3fb5c0b2aede29aa91d31000ffd124 (diff)
downloadwcms-93e64fd8516a10befbe9a805808b37870a8eeda8.tar.gz
wcms-93e64fd8516a10befbe9a805808b37870a8eeda8.zip
viewport
Diffstat (limited to 'app/view/templates')
-rw-r--r--app/view/templates/alert.php1
-rw-r--r--app/view/templates/pagepassword.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/view/templates/alert.php b/app/view/templates/alert.php
index e4aced5..ef9b960 100644
--- a/app/view/templates/alert.php
+++ b/app/view/templates/alert.php
@@ -8,6 +8,7 @@ $this->start('head');
<head>
<?= Wcms\Config::alertcss() ? '<link href="' . Wcms\Model::dirtopath(Wcms\Model::ASSETS_CSS_DIR) . 'global.css" rel="stylesheet" />' : '' ?>
+ <meta name="viewport" content="width=device-width">
</head>
diff --git a/app/view/templates/pagepassword.php b/app/view/templates/pagepassword.php
index 509c7ee..6404c41 100644
--- a/app/view/templates/pagepassword.php
+++ b/app/view/templates/pagepassword.php
@@ -8,6 +8,7 @@ $this->start('head');
<head>
<?= Wcms\Config::alertcss() ? '<link href="' . Wcms\Model::dirtopath(Wcms\Model::ASSETS_CSS_DIR) . 'global.css" rel="stylesheet" />' : '' ?>
+ <meta name="viewport" content="width=device-width">
</head>