mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-24 04:08:51 +00:00
This allows knowing the charset when saving web pages to disk. Also, this is supported by all browsers. PHPBB3-10258
15 lines
475 B
HTML
15 lines
475 B
HTML
<!DOCTYPE html>
|
|
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<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">
|