mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fix error in import, bug #524906
git-svn-id: file:///svn/phpbb/trunk@2250 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
89fc7db592
commit
1783be010d
2 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
{META}
|
{META}
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
|
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
|
||||||
|
<link rel="stylesheet" href="../{T_HEAD_STYLESHEET}" type="text/css" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
|
@ -217,7 +218,6 @@ input.liteoption {
|
||||||
@import url("../templates/subSilver/formIE.css");
|
@import url("../templates/subSilver/formIE.css");
|
||||||
-->
|
-->
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<title>{SITENAME} - {L_PHPBB_ADMIN}</title>
|
<title>{SITENAME} - {L_PHPBB_ADMIN}</title>
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
|
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
|
||||||
|
|
|
@ -210,4 +210,4 @@ input.liteoption {
|
||||||
|
|
||||||
|
|
||||||
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
|
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
|
||||||
@import url("templates/subSilver/formIE.css");
|
@import url("formIE.css");
|
||||||
|
|
Loading…
Add table
Reference in a new issue