diff options
| author | Dhruv <dhruv.goel92@gmail.com> | 2015-03-15 16:59:58 +0800 |
|---|---|---|
| committer | Dhruv <dhruv.goel92@gmail.com> | 2015-03-15 16:59:58 +0800 |
| commit | cf8e431334e6f7d5f331b4e4d92a21eefd5d72db (patch) | |
| tree | ca19d8b25708011012e8a72493551fe92d4d287b /phpBB/styles | |
| parent | 24f26478c4bf20799ea610cd672a96af818a1be6 (diff) | |
| parent | faf267c41940d61100a13d52677a6396ae2b86b8 (diff) | |
| download | forums-cf8e431334e6f7d5f331b4e4d92a21eefd5d72db.tar forums-cf8e431334e6f7d5f331b4e4d92a21eefd5d72db.tar.gz forums-cf8e431334e6f7d5f331b4e4d92a21eefd5d72db.tar.bz2 forums-cf8e431334e6f7d5f331b4e4d92a21eefd5d72db.tar.xz forums-cf8e431334e6f7d5f331b4e4d92a21eefd5d72db.zip | |
Merge branch '3.1.x'
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/simple_header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index a3d8d40019..869dedf8bb 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -2,7 +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="viewport" content="width=device-width, initial-scale=1" /> {META} <title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME} - <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}<!-- IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --></title> diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index a0c7bc68bb..b00a78c835 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -2,7 +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="viewport" content="width=device-width, initial-scale=1" /> {META} <title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title> |
