Просмотр файла temes/tundra/verh.dat

Размер файла: 1.42Kb
<?
//автор - error.exe
//сайт - http://antismart.h2m.ru

echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>'.$title.'</title>
<style type="text/css">
body {
font-size: 13px;
background-color: #fff;
}

table {
font-size: 13px;


color: #999;
}

div.verh {
font-size: 16px;
border-style: solid;
border-width: 1px;
border-color: #cacaca;
text-align: center;
background-color: #9cf;
margin-bottom: 1px;
color: #999;
}

div.razd {
border-style: dashed;
border-width: 1px;
border-color: #cacaca;
text-align: center;
background-color: #9cf;
margin-top: 1px;
margin-bottom: 1px;
color: #999;
}


div.sob {
border-style: dashed;
border-width: 1px;
border-color: #cacaca;
text-align: left;
background-color: #9cf;
margin-top: 1px;
margin-bottom: 1px;
color: #999;
}

div.niz {
border-style: solid;
border-width: 1px;
border-color: #cacaca;
text-align: center;
background-color: #9cf;
margin-top: 1px;
color: #999;
}

a {
text-decoration:none;
margin-left: 3px
}
a:link {
color: #39f;
}
a:active {
color: #39f;
}
a:visited {
color: #39f;
}
a:hover {
color: #666;
}

</style>
</head>
<body>
<table align="center" border="0" cellspacing="0" cellpadding="0" width="400">
<tr align="left"><td align="left">
<div class="verh"><B>'.$zagolovok.'</B></div>';
?>