<?php
$items=array(
// project,
array("project","projects.php",
array(array("list","projects.php"),
// project,project
array("project","project.php","var_project","select `name` as title from `project` where `project`='$_SESSION[var_project]'"),
// project,project
array("screen","screen.php","var_project|var_screen","select `name` as title from `screen` where `project`='$_SESSION[var_project]' and `screen`='$_SESSION[var_screen]'"),
// project,project
array("table","table.php","var_project|var_table","select `sql` as title from `table` where `project`='$_SESSION[var_project]' and `table`='$_SESSION[var_table]'"),
// project,project
array("sheet","sheet.php","var_project|var_sheet","select `` as title from `sheet` where `project`='$_SESSION[var_project]' and `sheet`='$_SESSION[var_sheet]'"))),
// ,project
array("Users","users.php",array()));
?>