aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/PSO/admin/overall_header.tpl35
1 files changed, 0 insertions, 35 deletions
diff --git a/phpBB/templates/PSO/admin/overall_header.tpl b/phpBB/templates/PSO/admin/overall_header.tpl
deleted file mode 100644
index 573275bb9b..0000000000
--- a/phpBB/templates/PSO/admin/overall_header.tpl
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<meta name="MSSmartTagsPreventParsing" content="TRUE">
-<head>
-<title>phpBB - {SITENAME}</title>
-<style type="text/css">
-<!--
-P {font-family:{T_FONTFACE1};font-size:10pt}
-
-TH {background-color:{T_TH_COLOR3};font-family:{T_FONTFACE2};font-size:8pt;font-weight:normal}
-TD.tablebg {background-color:{T_TH_COLOR1}}
-TD.cat {background-color:{T_TH_COLOR2}}
-
-SPAN.title {font-family:Impact,sans-serif;font-size:36pt}
-SPAN.smalltitle {font-family:Impact,sans-serif;font-size:20pt}
-SPAN.gensmall {font-family:{T_FONTFACE1};font-size:8pt}
-//-->
-</style>
-</head>
-<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
-
-<table width="100%" height="100%" cellpadding="4" cellspacing="0" border="0" align="center">
- <tr>
- <td class="cat" width="100%" height="100%"><table width="100%" height="100%" cellspacing="0" border="0">
- <tr>
- <td valign="top"><span class="title"><a href="{U_INDEX}" target="_top">phpBB2</a></span><span class="smalltitle"> : Administration</td>
- <td align="right" valign="bottom"><span class="gensmall"><a href="http://www.phpbb.com/">Goto phpBB.com</a></span></td>
- </tr>
- </table></td>
- </tr>
-</table></td>
-
-</body>
-</html> \ No newline at end of file