|
From: Paul S. O. <ps...@us...> - 2002-03-08 17:08:09
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv30925/templates/subSilver/admin
Modified Files:
page_header.tpl
Log Message:
Fix incorrect .css location
Index: page_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/page_header.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** page_header.tpl 2 Mar 2002 20:46:27 -0000 1.9
--- page_header.tpl 8 Mar 2002 17:03:27 -0000 1.10
***************
*** 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">
<!--
--- 4,8 ----
{META}
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
! <link rel="stylesheet" href="../templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" />
<style type="text/css">
<!--
|