31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
|
|
<link rel="stylesheet" type="text/css" href="/skins/{php}echo SYS_SKIN!="blank"?SYS_SKIN:"green"{/php}/style.css" media="screen"/>
|
|
<link rel="stylesheet" type="text/css" href="/skins/green/printstyle.css" media="print"/>
|
|
{$header}
|
|
<link rel="stylesheet" type="text/css" href="/images/icons_silk/sprite.css" media="screen"/>
|
|
<!--[if lte IE 7]>
|
|
<link rel="stylesheet" type="text/css" href="/images/icons_silk/sprite_ie.css" media="screen"/>
|
|
<![endif]-->
|
|
|
|
</head>
|
|
<body bgcolor="#FFFFFF" text="#000000" link="#000000" vlink="#000000" alink="#999999" marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" rightmargin="0">
|
|
<table width="100%" cellspacing="0" cellpadding="0">
|
|
|
|
<tr>
|
|
<td width="100%" align="center">
|
|
{php}
|
|
global $G_TEMPLATE;
|
|
if ($G_TEMPLATE != '')
|
|
{
|
|
G::LoadTemplate($G_TEMPLATE);
|
|
}
|
|
{/php}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|