Skip to content
tables.php 629 B
Newer Older
Seblu's avatar
Seblu committed
<?
$tab_section = array();

$tab_section["Home"] = dispHome;
Seblu's avatar
Seblu committed
//$tab_section["Webcam"] = dispWebcam;
//$tab_section["Player"] = dispPlayer;
$tab_section["News"] = dispNews;
Seblu's avatar
Seblu committed
$tab_section["Videos"] = dispVideos;
$tab_section["Members"] = dispMembers;
$tab_section["Fans"] = dispFans;
Seblu's avatar
Seblu committed
$tab_section["Contacts"] = dispContacts;
$tab_section["AdminHome"] = dispAdminHome;
$tab_section["Connection"] = dispConnection;

$GLOBALS["ANONYM"] 	= 0;
$GLOBALS["BASIC"]	= 1;
$GLOBALS["GUEST"]	= 2;
$GLOBALS["EPI"]		= 3;
$GLOBALS["EPISUB"]	= 4;
$GLOBALS["REPORTER"]	= 5;
$GLOBALS["PRIV_GUEST"]	= 6;
$GLOBALS["EPTV"]	= 7;
$GLOBALS["ROOT"]	= 8;
Seblu's avatar
Seblu committed
?>