diff options
| author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-09-14 22:39:06 +0300 |
|---|---|---|
| committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-17 21:03:52 +0300 |
| commit | 7cf0cdb67e3b13929f04f66f4f62ca6f09dd6692 (patch) | |
| tree | 531dc18f1b41e0eacc6ce14b26b2ce48fa326a10 | |
| parent | 852b707b48cef513318d52db1d2a5f40621636d6 (diff) | |
| download | forums-7cf0cdb67e3b13929f04f66f4f62ca6f09dd6692.tar forums-7cf0cdb67e3b13929f04f66f4f62ca6f09dd6692.tar.gz forums-7cf0cdb67e3b13929f04f66f4f62ca6f09dd6692.tar.bz2 forums-7cf0cdb67e3b13929f04f66f4f62ca6f09dd6692.tar.xz forums-7cf0cdb67e3b13929f04f66f4f62ca6f09dd6692.zip | |
[ticket/11552] Viewport meta for mobile devices
PHPBB3-11552
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 1 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/simple_header.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index f2f47332d7..5f38b332ce 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -2,6 +2,7 @@ <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> <head> <meta charset="utf-8"> +<meta name="viewport" content="width=device-width" /> <meta name="keywords" content="" /> <meta name="description" content="" /> {META} diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index c5dfbc2f8f..b7b6bdd05e 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -2,6 +2,7 @@ <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> <head> <meta charset="utf-8"> +<meta name="viewport" content="width=device-width" /> <meta name="keywords" content="" /> <meta name="description" content="" /> {META} |
