21 lines
541 B
HTML
21 lines
541 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="/skins/styles/simple/style.css"/>
|
|
{$header}
|
|
</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> |