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