[ticket/11552] Viewport meta for mobile devices

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin 2013-09-14 22:39:06 +03:00
parent 852b707b48
commit 7cf0cdb67e
2 changed files with 2 additions and 0 deletions

View file

@ -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}

View file

@ -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}