mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
38 lines
1.7 KiB
Smarty
38 lines
1.7 KiB
Smarty
<!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" -->
|
|
<!-- <html xmlns="http://www.w3.org/1999/xhtml"> -->
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html dir="{S_CONTENT_DIRECTION}">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
|
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
|
<style type="text/css">
|
|
<!--
|
|
-->
|
|
</style>
|
|
{META}
|
|
<title>{SITENAME} :: {PAGE_TITLE}</title>
|
|
<link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" />
|
|
<style type="text/css">
|
|
<!--
|
|
/* Specifiy background images for selected styles
|
|
This can't be done within the external style sheet as NS4 sees image paths relative to
|
|
the page which called the style sheet (i.e. this page in the root phpBB directory)
|
|
whereas all other browsers see image paths relative to the style sheet. Stupid NS again!
|
|
*/
|
|
TH { background-image: url(templates/subSilver/images/cellpic3.gif) }
|
|
TD.cat { background-image: url(templates/subSilver/images/cellpic1.gif) }
|
|
TD.rowpic { background-image: url(templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y }
|
|
td.icqback { background-image: url(templates/subSilver/images/icon_icq_add.gif); background-repeat: no-repeat }
|
|
TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-image: url(templates/subSilver/images/cellpic1.gif) }
|
|
|
|
|
|
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
|
|
@import url("templates/subSilver/formIE.css");
|
|
-->
|
|
</style>
|
|
</head>
|
|
|
|
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
|
|
<span class="gen"><a name="top"></a></span>
|