View file Pink_style_for_ds_wmzo_ru/Pink-umik/index.php

File size: 1.13Kb
<?
include_once 'sys/inc/start.php';
include_once 'sys/inc/compress.php';
include_once 'sys/inc/sess.php';
include_once 'sys/inc/home.php';
include_once 'sys/inc/settings.php';
include_once 'sys/inc/db_connect.php';
include_once 'sys/inc/ipua.php';
include_once 'sys/inc/fnc.php';
include_once 'sys/inc/user.php';
include_once 'sys/inc/icons.php'; // Иконки главного меню

include_once 'sys/inc/thead.php';
title();
err();

if (!$set['web'])
{
	?>
<a href="/online.php" class="list-link_online"><span class="don_50" style="background: url(/style/icons/img/druzya.png) no-repeat;"></span>Сейчас онлайн:<?=mysql_result(mysql_query("SELECT COUNT(*) FROM `user` WHERE `date_last` > ".(time()-600).""), 0)?> и <?=mysql_result(mysql_query("SELECT COUNT(*) FROM `guests` WHERE `date_last` > ".(time()-600)." AND `pereh` > '0'"), 0)?> гостей</a>
    <?
	
	// новости 
	include_once 'sys/inc/news_main.php'; 

	// главное меню
	include_once 'sys/inc/main_menu.php'; 
}
else
{
	// главная web темы
	include_once 'style/themes/' . $set['set_them'] . '/index.php'; 
}
include_once 'sys/inc/tfoot.php';
?>