3 // vim: expandtab sw=4 ts=4 sts=4:
5 require_once('./libraries/common.lib.php');
10 require('./tbl_properties_common.php');
11 require_once('./libraries/sql_query_form.lib.php');
13 $err_url = 'tbl_properties.php' . $err_url;
14 $goto = 'tbl_properties.php';
15 $back = 'tbl_properties.php';
18 * Get table information
20 require_once('./tbl_properties_table_info.php');
23 * Displays top menu links
25 require_once('./tbl_properties_links.php');
28 * Query box, bookmark, insert data from textfile
35 require_once('./footer.inc.php');