diff options
Diffstat (limited to 'phpBB/styles/subsilver2/template/simple_header.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/simple_header.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/phpBB/styles/subsilver2/template/simple_header.html b/phpBB/styles/subsilver2/template/simple_header.html deleted file mode 100644 index 3abf89719f..0000000000 --- a/phpBB/styles/subsilver2/template/simple_header.html +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html> -<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> -<head> -<meta charset="utf-8" /> -{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" /> -<link rel="stylesheet" href="{T_STYLESHEET_LANG_LINK}" type="text/css" /> - -<!-- EVENT simple_header_head_append --> - -{$STYLESHEETS} - -<!-- EVENT simple_header_stylesheets_after --> - -</head> - -<body class="{S_CONTENT_DIRECTION} {BODY_CLASS}"> -<!-- EVENT simple_header_body_before --> -<a name="top" class="anchor"></a> -<div id="wrapcentre"> |