Blame Artworks/Webenv/Themes/Default/PhpBB/3.0.4/Modern/template/simple_header.html

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