|
From: Paul S. O. <ps...@us...> - 2002-03-19 01:04:37
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv8814/templates/subSilver
Modified Files:
overall_header.tpl simple_header.tpl
Log Message:
Comment out stylesheet link ... I bet we get complaints from the 'other camp' over this
Index: overall_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_header.tpl,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** overall_header.tpl 2 Feb 2002 18:12:15 -0000 1.23
--- overall_header.tpl 19 Mar 2002 01:04:32 -0000 1.24
***************
*** 8,12 ****
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
! <link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" />
<style type="text/css">
<!--
--- 8,12 ----
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
! <!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
Index: simple_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/simple_header.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** simple_header.tpl 2 Feb 2002 18:12:15 -0000 1.6
--- simple_header.tpl 19 Mar 2002 01:04:32 -0000 1.7
***************
*** 13,17 ****
{META}
<title>{SITENAME} :: {PAGE_TITLE}</title>
! <link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" />
<style type="text/css">
<!--
--- 13,17 ----
{META}
<title>{SITENAME} :: {PAGE_TITLE}</title>
! <!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
|