Просмотр файла site/index.php

Размер файла: 1.75Kb
<?php
#-----------------------------------------------------#
#      ********* FOR WAP-MOTORS 18.x.x *********      #
#             Made by   :  Crash                      #
#               E-mail  :  [email protected]           #
#                 Site  :  http://lecon.h2m.ru        #
#             WAP-Site  :  http://lecon.h2m.ru        #
#                  ICQ  :  344-20-52                  #
#  Вы не имеете право вносить изменения в код скрипта #
#-----------------------------------------------------#	
require_once"../template/start.php";
require_once"../template/regglobals.php";
require_once"../template/config.php";
require_once"../template/functions.php";
require_once"../template/antidos.php";
require_once"../template/cookies.php";
require_once"../template/gzip.php";
require_once"../template/header.php";
require_once"../template/referer.php";
include_once"../themes/$config_themes/index.php";
include_once"../template/isset.php";
echo'
<style>
.head {
 background: #C3C3C3 url(http://lecon.h2m.ru/img/new/mtitle-bg.gif) left repeat-x;
 color: #fff;
 padding: 5px 3px;
}
.title {
 background: #DADADA url(http://lecon.h2m.ru/img/new/title-bg.gif) left repeat-x;
 font-size: 13px;
 color: #000;
 padding: 4px 6px;
 margin-top: 1px;
 border-top: 1px #cbcbcb solid;
 border-bottom: 1px #cbcbcb solid;
}
.sep-up {
 margin-top: 4px;
 padding-top: 4px;
 border-top: 1px #9E9E9E dotted;
}
</style>';
echo'
<div class="head">Обмен ссылками</div>
<div class="title"><a href="add.php">Добавить сайт</a></div>';
include ('message.txt');
echo'
<div class="title">Меню</div>	
<a href="/">Главная</a></div>';
include_once"../themes/$config_themes/foot.php";
?>