Просмотр файла gchat/cms/johncms_4/head.php

Размер файла: 611B
<?php
define('_IN_JOHNCMS', 1);
$textl = 'GlobalChat';
$rootpath = '../';
require_once ('../incfiles/core.php');
require_once ('../incfiles/head.php');

define ('DIV_SECTION_1', 'list1');
define ('DIV_SECTION_2', 'list2');
define ('DIV_MSG', 'maintxt');
define ('DIV_ERROR', 'rmenu');
define ('DIV_PAGINATION', 'topmenu');
define ('DIV_NAVIGATION', 'list1');

if (!empty ($user_id))
{
define ('USER_ID', $user_id);
define ('USER_NICK', $login);

if ($datauser['sex'] == 'm')
$userSex = 1;
else
$userSex = 0;
define ('USER_SEX', $userSex);
if ($rights == 9)
	define ('USER_ADMIN', 1);
}