File: styles/prosilver/template/simple_header.html
Unmodified
Added
Modified
Removed
Line 8 | Line 8 |
---|
<meta http-equiv="imagetoolbar" content="no" /> <meta name="resource-type" content="document" /> <meta name="distribution" content="global" />
|
<meta http-equiv="imagetoolbar" content="no" /> <meta name="resource-type" content="document" /> <meta name="distribution" content="global" />
|
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
| |
<meta name="keywords" content="" /> <meta name="description" content="" /> {META}
| <meta name="keywords" content="" /> <meta name="description" content="" /> {META}
|
Line 17 | Line 16 |
---|
<script type="text/javascript"> // <![CDATA[
|
<script type="text/javascript"> // <![CDATA[
|
| var jump_page = '{LA_JUMP_PAGE}:'; var on_page = '{ON_PAGE}'; var per_page = '{PER_PAGE}'; var base_url = '{A_BASE_URL}'; var style_cookie = 'phpBBstyle';
|
var onload_functions = new Array(); var onunload_functions = new Array();
|
var onload_functions = new Array(); var onunload_functions = new Array();
|
| var style_cookie_settings = '{A_COOKIE_SETTINGS}';
|
/** * New function for handling multiple calls to window.onload and window.unload by pentapenguin
| /** * New function for handling multiple calls to window.onload and window.unload by pentapenguin
|
Line 41 | Line 46 |
---|
// ]]> </script>
|
// ]]> </script>
|
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
| <script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script> <script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
|
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" /> <link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
| <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" /> <link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
|