From f076f5b3f35a81de5c77e44ab2f70fd876e33d05 Mon Sep 17 00:00:00 2001
From: "Paul S. Owen" <psotfx@users.sourceforge.net>
Date: Tue, 19 Mar 2002 01:04:32 +0000
Subject: [PATCH] Comment out stylesheet link ... I bet we get complaints from
 the 'other camp' over this

git-svn-id: file:///svn/phpbb/trunk@2339 89ea8834-ac86-4346-8a33-228a782c2dd0
---
 phpBB/templates/subSilver/overall_header.tpl | 2 +-
 phpBB/templates/subSilver/simple_header.tpl  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/phpBB/templates/subSilver/overall_header.tpl b/phpBB/templates/subSilver/overall_header.tpl
index c752541f1a..3f7bcc2704 100644
--- a/phpBB/templates/subSilver/overall_header.tpl
+++ b/phpBB/templates/subSilver/overall_header.tpl
@@ -7,7 +7,7 @@
 {META}
 {NAV_LINKS}
 <title>{SITENAME} :: {PAGE_TITLE}</title>
-<link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" />
+<!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->
 <style type="text/css">
 <!--
 
diff --git a/phpBB/templates/subSilver/simple_header.tpl b/phpBB/templates/subSilver/simple_header.tpl
index 06e0e9d49f..705cb67f4d 100644
--- a/phpBB/templates/subSilver/simple_header.tpl
+++ b/phpBB/templates/subSilver/simple_header.tpl
@@ -12,7 +12,7 @@
 </style>
 {META}
 <title>{SITENAME} :: {PAGE_TITLE}</title>
-<link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" />
+<!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->
 <style type="text/css">
 <!--