|
From: Paul S. O. <ps...@us...> - 2002-03-02 20:46:32
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv16817/templates/subSilver/admin
Modified Files:
page_header.tpl
Log Message:
Fix error in import, bug #524906
Index: page_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/page_header.tpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** page_header.tpl 2 Feb 2002 18:12:30 -0000 1.8
--- page_header.tpl 2 Mar 2002 20:46:27 -0000 1.9
***************
*** 4,7 ****
--- 4,8 ----
{META}
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
+ <link rel="stylesheet" href="../{T_HEAD_STYLESHEET}" type="text/css" />
<style type="text/css">
<!--
***************
*** 218,222 ****
-->
</style>
-
<title>{SITENAME} - {L_PHPBB_ADMIN}</title>
</head>
--- 219,222 ----
|