Rename left_header to navigation_header.
[phpmyadmin/crack.git] / tbl_properties.php
blob873771ba0f799f49f0099f3f900e82509d5e02bf
1 <?php
2 /* $Id$ */
3 // vim: expandtab sw=4 ts=4 sts=4:
5 require_once('./libraries/common.lib.php');
7 /**
8 * Runs common work
9 */
10 require('./libraries/tbl_properties_common.php');
11 $url_query .= '&amp;goto=tbl_properties.php&amp;back=tbl_properties.php';
13 require_once('./libraries/sql_query_form.lib.php');
15 $err_url = 'tbl_properties.php' . $err_url;
16 $goto = 'tbl_properties.php';
17 $back = 'tbl_properties.php';
19 /**
20 * Get table information
22 require_once('./libraries/tbl_properties_table_info.inc.php');
24 /**
25 * Displays top menu links
27 require_once('./libraries/tbl_properties_links.inc.php');
29 /**
30 * Query box, bookmark, insert data from textfile
32 PMA_sqlQueryForm();
34 /**
35 * Displays the footer
37 require_once('./libraries/footer.inc.php');