Файл: EasyHost v2.0/system/htdocs/header.html
Строк: 23
<?php
<html>
<head>
<title>HEADER</title>
<link rel="stylesheet" type="text/css" href="<{system.htdocs}>styles/<{system.color}>/default.css" />
</head>
<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" rightmargin="0" bottomargin="0" bgcolor="<%if:"{system.config('mheader_bgcolor')}"%><{system.config('mheader_bgcolor')}><%else%>#ffffff<%end%>"<%if:"{system.config('mheader_background')}"%> background="<{system.config('mheader_background')}>"<%end%>>
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
<tr>
<td width="10" nowrap="nowrap"> </td>
<td width="100%" height="100%"><{system.service.config('header')}></td>
</tr>
</table>
</body>
</html>
?>