diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-19 01:04:32 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-19 01:04:32 +0000 |
commit | f076f5b3f35a81de5c77e44ab2f70fd876e33d05 (patch) | |
tree | a69eef3b1e0165c4cc23b1d7929aa226049a027f /phpBB/templates | |
parent | 1dbb0240f59317ff07d1ca2b62f618680df394be (diff) | |
download | forums-f076f5b3f35a81de5c77e44ab2f70fd876e33d05.tar forums-f076f5b3f35a81de5c77e44ab2f70fd876e33d05.tar.gz forums-f076f5b3f35a81de5c77e44ab2f70fd876e33d05.tar.bz2 forums-f076f5b3f35a81de5c77e44ab2f70fd876e33d05.tar.xz forums-f076f5b3f35a81de5c77e44ab2f70fd876e33d05.zip |
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
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/overall_header.tpl | 2 | ||||
-rw-r--r-- | 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"> <!-- |