Просмотр файла g/header.php

Размер файла: 1.18Kb
<?
include ("cnfg.php");
print '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>';
print '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
print '<style type="text/css">
body{ font-weight: normal; font-size: small; color: #787877; font-family: sans-serif; background-color: #D8D7D5}
a{ color: #000000; text-decoration: none }
a:hover{ text-decoration: underline }
div{ margin: 2px; padding: 0px 0px 0px 2px }
div.f{border: 1px solid #9D3F00; font-weight: normal; font-size: small; color: #1E1E5B;  font-family: sans-serif; background-color: #89847E}
div.fl{border: 1px solid #9D3F00; font-weight: normal; font-size: small; color: #1E1E5B; text-align: left; font-family: sans-serif; background-color: #89847E}
div.main{ background-color: #ADADAC; border: 1px solid #FEFEFD; color: #1E1E5B }
div.copi{height: 25px; background-color: #5C5C5C; border: 1px solid #000000; text-align: center; color: #DDDDDC }
</style>
<title>Гостевая книга</title></head><body>';
$endpage='<div class="f"><a href="http://'.$site.'">На главную</a></div>';
$banner='banner.end.php';
$copi='<div class="copi">'.$cop.'</div></body></html>';
?>