Skip to content
tables.php 718 B
Newer Older
Seblu's avatar
Seblu committed
<?

$tab_section = array();

$tab_section["Home"] = dispHome;
$tab_section["Forum"] = dispForum;
$tab_section["Jukebox"] = dispJukebox;
$tab_section["Photos"] = dispPhotos;
$tab_section["PhotosShow"] = dispPhotosShow;
$tab_section["Webcam"] = dispWebcam;
$tab_section["Player"] = dispPlayer;
$tab_section["Videos"] = dispVideos;
$tab_section["Members"] = dispMembers;
$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;


?>