diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-08 17:03:27 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-08 17:03:27 +0000 |
commit | 3a27b7a4d4671e2cfdf57467611abd6c6950b75d (patch) | |
tree | 14a240d64114ef4e494bf5b666f7394e78d4da8e /phpBB/templates | |
parent | 5800a185570e0f53a2f9ca726d858f9e49aea0b3 (diff) | |
download | forums-3a27b7a4d4671e2cfdf57467611abd6c6950b75d.tar forums-3a27b7a4d4671e2cfdf57467611abd6c6950b75d.tar.gz forums-3a27b7a4d4671e2cfdf57467611abd6c6950b75d.tar.bz2 forums-3a27b7a4d4671e2cfdf57467611abd6c6950b75d.tar.xz forums-3a27b7a4d4671e2cfdf57467611abd6c6950b75d.zip |
Fix incorrect .css location
git-svn-id: file:///svn/phpbb/trunk@2282 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/admin/page_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/admin/page_header.tpl b/phpBB/templates/subSilver/admin/page_header.tpl index 35b7449378..cf068e2310 100644 --- a/phpBB/templates/subSilver/admin/page_header.tpl +++ b/phpBB/templates/subSilver/admin/page_header.tpl @@ -3,7 +3,7 @@ <head> {META} <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> -<link rel="stylesheet" href="../{T_HEAD_STYLESHEET}" type="text/css" /> +<link rel="stylesheet" href="../templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" /> <style type="text/css"> <!-- |