aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-27 23:31:20 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-27 23:31:20 +0000
commit0e9313a55cf0ab84f4ee5278bd53ac6422dd3cef (patch)
tree029413c7514d2f996664750fd7d57acb79ee9380
parent928190dab22d65be0ae577417e5e36463588e062 (diff)
downloadforums-0e9313a55cf0ab84f4ee5278bd53ac6422dd3cef.tar
forums-0e9313a55cf0ab84f4ee5278bd53ac6422dd3cef.tar.gz
forums-0e9313a55cf0ab84f4ee5278bd53ac6422dd3cef.tar.bz2
forums-0e9313a55cf0ab84f4ee5278bd53ac6422dd3cef.tar.xz
forums-0e9313a55cf0ab84f4ee5278bd53ac6422dd3cef.zip
Not needed
git-svn-id: file:///svn/phpbb/trunk@755 89ea8834-ac86-4346-8a33-228a782c2dd0
-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