Blame Extras/phpBB/3.0.4/styles/modern/template/simple_header.html

4c79b5
4c79b5
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
4c79b5
<head>
4c79b5
4c79b5
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
4c79b5
<meta http-equiv="content-style-type" content="text/css" />
4c79b5
<meta http-equiv="content-language" content="{S_USER_LANG}" />
4c79b5
<meta http-equiv="imagetoolbar" content="no" />
4c79b5
<meta name="resource-type" content="document" />
4c79b5
<meta name="distribution" content="global" />
4c79b5
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
4c79b5
<meta name="keywords" content="" />
4c79b5
<meta name="description" content="" />
4c79b5
{META}
4c79b5
<title>{SITENAME} • {L_MCP} • {L_UCP} • {PAGE_TITLE}</title>
4c79b5
4c79b5
<script type="text/javascript">
4c79b5
// 
4c79b5
4c79b5
	var onload_functions = new Array();
4c79b5
	var onunload_functions = new Array();
4c79b5
	var style_cookie_settings = '{A_COOKIE_SETTINGS}';
4c79b5
4c79b5
	/**
4c79b5
	* New function for handling multiple calls to window.onload and window.unload by pentapenguin
4c79b5
	*/
4c79b5
	window.onload = function()
4c79b5
	{
4c79b5
		for (var i = 0; i < onload_functions.length; i++)
4c79b5
		{
4c79b5
			eval(onload_functions[i]);
4c79b5
		}
4c79b5
	}
4c79b5
4c79b5
	window.onunload = function()
4c79b5
	{
4c79b5
		for (var i = 0; i < onunload_functions.length; i++)
4c79b5
		{
4c79b5
			eval(onunload_functions[i]);
4c79b5
		}
4c79b5
	}
4c79b5
4c79b5
// ]]>
4c79b5
</script>
4c79b5
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
4c79b5
4c79b5
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
4c79b5
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
4c79b5
4c79b5
<link href="{T_THEME_PATH}/normal.css" rel="alternate stylesheet" type="text/css" title="A" />
4c79b5
<link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
4c79b5
<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
4c79b5
4c79b5
4c79b5
	<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
4c79b5
4c79b5
4c79b5
4c79b5
4c79b5
</head>
4c79b5
4c79b5
<body id="phpbb" class="{S_CONTENT_DIRECTION}">
4c79b5
4c79b5
4c79b5
	
4c79b5