Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-06-24 00:40:47 +0400
committerRouslan Placella <rouslan@placella.com>2012-10-31 00:07:02 +0400
commit69b81e843b0512efde435d89d91fc56354ce8964 (patch)
tree91e76aa10c9423b370c344d08da483bf9c9c270b /navigation.php
parentc24010362fba7c093633c9d8d4fe3a811e55a4cd (diff)
Added ajax-loaded navigation to the main page
Diffstat (limited to 'navigation.php')
-rw-r--r--navigation.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/navigation.php b/navigation.php
index e7408b6b6e..3e440691da 100644
--- a/navigation.php
+++ b/navigation.php
@@ -116,18 +116,6 @@ $scripts->addCode(
};'
);
-require 'libraries/navigation_header.inc.php';
-
-// display recently used tables
-if ($GLOBALS['cfg']['LeftRecentTable'] > 0) {
- echo '<div id="recentTableList">' . "\n"
- .'<form method="post" action="main.php" target="_parent">' . "\n"
- .PMA_generate_common_hidden_inputs() . "\n"
- .PMA_RecentTable::getInstance()->getHtmlSelect()
- .'</form>' . "\n"
- .'</div>' . "\n";
-}
-
if (! $GLOBALS['server']) {
// no server selected
PMA_exitNavigationFrame();