View file temes/redd/verh.dat

File size: 3.07Kb
<?
//автор - figura
//сайт - http://for.h2m.ru
//иконки главной страници
$img_my_menu = '&#187;';
$img_news = '&#187;';
$img_forum = '&#187;';
$img_chat = '&#187;';
$img_gb = '&#187;';
$img_dounload = '&#187;';
$img_lib = '&#187;';
$img_stats = '&#187;';
$img_act = '&#187;';

$img_inf = '&#187;';
$img_reg = '&#187;';
$img_avt = '&#187;';

//в форуме
$img_forum_razd = '&#187;';
$img_forum_teme = '&#187;';
$img_forum_post = '&#187;';

//в гостевой
$img_gb_post = '&#187;';
//в чате
$img_chat_post = '&#187;';
//в загрузцентре
$img_dir_dounload = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/dir.gif" alt="">';
$img_file_dounload = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/file.gif" alt="">';
$img_down_dounload = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/down.gif" alt="">';



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: 11px;
background-color: #000000;
margin: auto;
max-width: 320px;
color: #996666;
border-style: solid;
border-width: 1px;
border-color: #ff0000;
}

div.verh{
border-style: solid;
border-width: 1px;
border-color: #ff0000;
font-size: 14px;
text-align: center;
background-color: #670000;
margin-left: 1px;
margin-right: 1px;
margin-top: 1px;
margin-bottom: 1px;
color: #cc3333;
}

div.razd {
text-align: center;
border-style: solid;
border-width: 1px;
border-color: #ff0000;
background-color: #670000;
margin-left: 1px;
margin-right: 1px;
margin-top: 1px;
margin-bottom: 1px;
color: #FFFFFF;
}

div.ramk {
border-style: solid;
border-width: 1px;
border-color: #ff0000;
text-align: left;
margin-left: 1px;
margin-right: 1px;
margin-top: 1px;
margin-bottom: 1px;
}

div.link {
background-color: #330000;
margin-left: 1px;
margin-right: 1px;
margin-top: 1px;
margin-bottom: 1px;
}

div.sob {
text-align: left;
background-color: #330000;
margin-left: 1px;
margin-right: 1px;
margin-top: 1px;
margin-bottom: 1px;
color: #808080;
}

div.niz{
text-align: center;
border-style: solid;
border-width: 1px;
border-color: #ff0000;
background-color: #670000;
margin-left: 1px;
margin-right: 1px;
margin-top: 1px;
margin-bottom: 1px;
color: #000000;
}

a {
text-decoration:none;
margin-left: 2px;
}
a:link {
color: #cccc00;
}
a:active {
color: #cccc00;
}
a:visited {
color: #cccc00;
}
a:hover {
color: #808080;
}


input{
background-color: #cc6666;
text-align: left;
}

textarea{
background-color: #cc6666;
text-align: left;
}

</style>
</head>
<body>

<div class="verh"><B>'.$zagolovok.'</B></div>';
include("$koren_dir/sistem/data_time.dat");//Включили дату и время
include("$koren_dir/reklama.txt");//Включили рекламу
include("$koren_dir/sistem/menu.dat");//Включили главное меню
?>