mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-04 19:51:39 +02:00
The charset tag is useless, because if a charset content-type header is present it takes precedence. And phpBB always sends such a header. PHPBB3-10258
15 lines
452 B
HTML
15 lines
452 B
HTML
<!DOCTYPE html>
|
|
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
|
|
<head>
|
|
<meta name="keywords" content="" />
|
|
<meta name="description" content="" />
|
|
{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" />
|
|
</head>
|
|
|
|
<body class="{S_CONTENT_DIRECTION}">
|
|
<a name="top"></a>
|
|
<div id="wrapcentre">
|