mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
This was previously removed without needing to. Adding it back to force users to not emulate the page for previous versions of IE. The imagetoolbar http-equiv tag was not restored as IE does not contain that anymore since IE7. Also, the chome=1 has been removed from the X-UA-Compatible content as ChromeFrame does not receive any further updates since 2014 and is potentially broken. PHPBB3-14136
23 lines
706 B
HTML
23 lines
706 B
HTML
<!DOCTYPE html>
|
|
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
{META}
|
|
<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
|
|
|
|
<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
|
|
<link rel="stylesheet" href="{T_STYLESHEET_LANG_LINK}" type="text/css" />
|
|
|
|
<!-- EVENT simple_header_head_append -->
|
|
|
|
{$STYLESHEETS}
|
|
|
|
<!-- EVENT simple_header_stylesheets_after -->
|
|
|
|
</head>
|
|
|
|
<body class="{S_CONTENT_DIRECTION} {BODY_CLASS}">
|
|
<!-- EVENT simple_header_body_before -->
|
|
<a name="top" class="anchor"></a>
|
|
<div id="wrapcentre">
|