Not needed

git-svn-id: file:///svn/phpbb/trunk@755 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-07-27 23:31:20 +00:00
parent 928190dab2
commit 0e9313a55c

View file

@ -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>