Просмотр файла guest/head.php

Размер файла: 695B
<?php
include("config.php");
echo '<html><head><title>'.$title.'</title><style
type="text/css">
body{background-color:'.$bgcolor.';
color:red; text-align:center}
a{color:#6d00aa;
text-decoration:none;}
.body{border:2px solid #008080;
padding:3px;}
.msg{color:'.$namecolor.';font-weight:bold}
.name{color:gray; font-weight:bold}
.date{color:'.$textcolor.'}
.head{background-color:slateblue;
border:2px solid mediumslateblue;
color:'.$headcolor.'; font-weight:bold;
padding:5px}
.foot {background-color:slateblue;
border:2px solid mediumslateblue;
color:darkslateblue; font-weight:bold;
padding:2px}
.foot a{color:darkcyan;
text-decoration:none;}
</style></head><body>';
?>