Размер файла: 3.22Kb
<?php
#-----------------------------------------------------#
# ********* RotorCMS ********* #
# Made by : VANTUZ #
# E-mail : [email protected] #
# Site : http://pizdec.ru #
# WAP-Site : http://visavi.net #
# ICQ : 36-44-66 #
# Вы не имеете право вносить изменения в код скрипта #
# для его дальнейшего распространения #
#-----------------------------------------------------#
header("Content-type:text/html; charset=utf-8");
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
echo '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru"><head>';
echo '<title>%TITLE%</title>';
echo '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />';
echo '<style type="text/css">
body {text-decoration: none; font-family: arial; font-size: 11pt; margin: 5px; padding: 5px; background: #fff; color: #000;}
.a {background-color: #333; margin: 5px; padding: 5px; color: #fff; font-style: italic;}
.x {background-color: #eee; margin: 10px; padding: 15px;}
.img {float:left; margin : 1px 5px 1px 3px;}
</style>';
echo '<link rel="shortcut icon" href="'.$config['home'].'/favicon.ico" type="image/x-icon" />';
echo '<meta name="keywords" content="%KEYWORDS%" />';
echo '<meta name="description" content="%DESCRIPTION%" />';
echo '<meta name="generator" content="RotorCMS" />';
echo '</head><body>';
echo '<!--Design by Vantuz (http://pizdec.ru)-->';
function amendment($skinxhtml) {
$skinxhtml = str_replace('images/img/act.gif','themes/lite/act.gif',$skinxhtml);
$skinxhtml = str_replace('images/img/act1.gif','themes/lite/act.gif',$skinxhtml);
$skinxhtml = str_replace('images/img/act2.gif','themes/lite/act.gif',$skinxhtml);
$skinxhtml = str_replace('images/img/act3.gif','themes/lite/act.gif',$skinxhtml);
$skinxhtml = str_replace('images/img/act_home.gif','themes/lite/act.gif',$skinxhtml);
$skinxhtml = str_replace('<hr />','<br />',$skinxhtml);
return $skinxhtml; }
ob_start('amendment');
echo '<div class="x" id="up">';
echo '<div class="a">%TITLE%</div>';
if (is_user()){
echo user_gender($log).profile($log).' • ';
if (is_admin()){
echo '<a href="'.ADMINDIR.'index.php?'.SID.'">Панель</a> • ';
if (stats_spam()>0){
echo '<a href="'.ADMINDIR.'spam.php?'.SID.'"><span style="color:#ff0000">Спам!</span></a> • ';
}
if ($udata['users_newchat']<stats_newchat()){
echo '<a href="'.ADMINDIR.'chat.php?'.SID.'"><span style="color:#ff0000">Чат</span></a> • ';
}}
echo '<a href="'.BASEDIR.'pages/index.php?act=menu&'.SID.'">Меню</a> • ';
echo '<a href="'.BASEDIR.'input.php?act=exit&'.SID.'">Выход</a>';
} else {
echo '<img src="'.BASEDIR.'images/img/closed.gif" alt="closed" /> <a href="'.BASEDIR.'pages/login.php?'.SID.'">Авторизация</a> • ';
echo '<a href="'.BASEDIR.'pages/registration.php?'.SID.'">Регистрация</a>';
}
include_once(BASEDIR.'includes/note.php');
echo '<div>';
?>