Размер файла: 7.91Kb
<?
//автор - figura
//сайт - http://for.h2m.ru
//иконки главной страници
$img_my_menu = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/act.png" alt="">';
$img_news = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/act.png" alt="">';
$img_forum = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/act.png" alt="">';
$img_chat = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/act.png" alt="">';
$img_gb = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/act.png" alt="">';
$img_dounload = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/act.png" alt="">';
$img_lib = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/act.png" alt="">';
$img_stats = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/act.png" alt="">';
$img_act = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/act.png" alt="">';
$img_inf = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/act.png" alt="">';
$img_reg = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/act.png" alt="">';
$img_avt = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/act.png" alt="">';
//в форуме
$img_forum_razd = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/act.png" alt="">';
$img_forum_teme = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/act.png" alt="">';
$img_forum_post = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/act.png" alt="">';
//в гостевой
$img_gb_post = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/act.png" alt="">';
//в чате
$img_chat_post = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/act.png" alt="">';
//в загрузцентре
$img_dir_dounload = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/dir.png" alt="">';
$img_file_dounload = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/file.png" alt="">';
$img_down_dounload = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/down.png" 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: 11px Tahoma, sans-serif;
background-image: url("http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/body.png");
color: #BDB76B;
}
td{
font-size: 13px;
margin: 1px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-color: #292929;
border-style: solid;
border-width: 1px;
border-color: #000000;
margin-left: 1px;
margin-right: 1px;
}
div.verh {
width: 750px;
HEIGHT: 100;
margin: 1px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-color: #000000;
border-style: solid;
border-width: 1px;
border-color: #000000;
font-size: 18px;
text-align: left;
background-image: url("http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/logo.png");
Background-repeat: repeat-x;
margin-bottom: 1px;
color: #FFFFFF;
}
div.razd{
margin: 1px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-color: #000000;
border-style: solid;
border-width: 1px;
border-color: #000000;
text-align: center;
font-size: 16px;
background-image: url("http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/verh.png");
Background-repeat: repeat-x;
HEIGHT: 30;
margin-left: 1px;
margin-right: 1px;
margin-top: 1px;
margin-bottom: 1px;
color: #FFFFFF;
}
div.ramk {
border-style: solid;
border-width: 1px;
border-color: #191919;
background-color: #393939;
text-align: left;
margin-left: 1px;
margin-right: 1px;
margin-top: 5px;
margin-bottom: 5px;
}
div.link {
text-align: left;
background-color: #303030;
margin-left: 1px;
margin-right: 1px;
margin-top: 1px;
margin-bottom: 1px;
}
div.sob {
text-align: left;
background-color: #303030;
background-image: url("http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/link.png");
Background-repeat: repeat-x;
margin-left: 1px;
margin-right: 1px;
margin-top: 1px;
margin-bottom: 1px;
color: #000000;
}
div.niz {
margin: 1px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-style: solid;
border-width: 1px;
border-color: #000000;
text-align: center;
background-color: #000000;
width: 750px;
background-image: url("http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/niz.png");
Background-repeat: repeat-x;
margin-top: 1px;
color: #FFFFFF;
}
a {
text-decoration:none;
margin-left: 2px;
}
a:link {
color: #C0C0C0;
}
a:active {
color: #C0C0C0;
}
a:visited {
color: #C0C0C0;
}
a:hover {
background-color: #000000;
color: #808080;
}
input{
background-color: #999999;
text-align: left;
}
textarea{
background-color: #999999;
text-align: left;
}
div.chat{
font-size: 9px;
}
</style>
</head>
<body>';
echo'<DIV ALIGN=CENTER><div class="verh"><B>'.$zagolovok.'</B></div></div>';
echo'<table width="750" align="center" border="0" cellspacing="0" cellpadding="0"><tr align="left">';
echo'<td align="left" width="150" VALIGN="TOP">';
echo'<div class="razd">Навигация</div>';
echo'•<a href="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/index.php?'.SID.'">Главная страница</a><br>';
echo'•<a href="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/forum/index.php?'.SID.'">Форум</a> ('; include("$koren_dir/sistem/include_forum.dat"); echo')<br>';
echo'•<a href="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/chat/index.php?act=index&'.SID.'">Мини Чат</a> ('; include("$koren_dir/data/chat/count.dat"); echo')<br>';
echo'•<a href="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/gb/index.php?act=index&'.SID.'">Гостевая книга</a> ('; include("$koren_dir/data/gb/count.dat"); echo')<br>';
echo'•<a href="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/dounload/index.php?act=index&'.SID.'">Файлы</a> ('; include("$koren_dir/dounload/count.dat"); echo')<br>';
echo'•<a href="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/lib/index.php?act=index&'.SID.'">Статьи</a><br>';
echo'•<a href="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/pages/stats.php?act=index&'.SID.'">Статистика сайта</a><br>';
if($status=="admin" )
{
echo'•<a href="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/admin/index.php?'.SID.'">Админка</a><br>';
}
if($status=="moder")
{
echo'•<a href="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/pages/ban.php?act=index&'.SID.'">Управление IP</a><br>';
}
echo'<div class="razd">Новости сайта</div>';
//вывод новости последней
$str = file("$koren_dir/data/news/news.dat");
$nomsi=count($str);
if($nomsi == "0")
{ echo'Новостей ещё небыло<br>'; }else
{
$var = $nomsi-"5";
while(--$nomsi >= $var)
{
if($nomsi>=0)
{
echo $str[$nomsi];
}
}
}
//конец вывода новостей
echo'<a href="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/news/index.php?act=index&'.SID.'">Все новости</a><br>';
echo'<div class="razd">Ссылки</div>';
include("$koren_dir/reklama.txt");//Включили рекламу
echo'</td>';
//центр
echo'<td align="left" width="450" VALIGN="TOP">';
include("$koren_dir/sistem/menu.dat");//Включили главное меню
?>