diff options
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"> <!-- |