diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-24 18:40:22 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-26 22:00:21 +0300 |
commit | afa71cc15b4cb2190f2dbb642a5aae070dba5954 (patch) | |
tree | f8d234dbaef64526a4dc38505a20cf4d257c92a4 /phpBB | |
parent | b0e0834637172c86f3a152034d77d558e95b2e61 (diff) | |
download | forums-afa71cc15b4cb2190f2dbb642a5aae070dba5954.tar forums-afa71cc15b4cb2190f2dbb642a5aae070dba5954.tar.gz forums-afa71cc15b4cb2190f2dbb642a5aae070dba5954.tar.bz2 forums-afa71cc15b4cb2190f2dbb642a5aae070dba5954.tar.xz forums-afa71cc15b4cb2190f2dbb642a5aae070dba5954.zip |
[ticket/11957] Viewport meta
PHPBB3-11957
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/adm/style/install_header.html | 1 | ||||
-rw-r--r-- | phpBB/adm/style/overall_header.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/install_header.html b/phpBB/adm/style/install_header.html index 5631b83e17..2db1b02c57 100644 --- a/phpBB/adm/style/install_header.html +++ b/phpBB/adm/style/install_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" /> <!-- IF META -->{META}<!-- ENDIF --> <title>{PAGE_TITLE}</title> diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index 3a9b6db2a3..b411671d59 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/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" /> <!-- IF META -->{META}<!-- ENDIF --> <title>{PAGE_TITLE}</title> |