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-11-24 21:25:37 +0400
committerRouslan Placella <rouslan@placella.com>2012-11-24 21:25:37 +0400
commit2e1bc1bd8d441bb05b09c768e8ed2cf090c4996a (patch)
tree287f844ed18940843f2ec263ff683013315fe6dc /libraries/Menu.class.php
parentbf2b615246f173da247b3ea49e2ba5ab5af2b6c2 (diff)
Refactored menuPrepare and menuResize into a jQuery plugin
Also integrated this plugin with both the main menu and the resizable menu on the table structure page
Diffstat (limited to 'libraries/Menu.class.php')
-rw-r--r--libraries/Menu.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Menu.class.php b/libraries/Menu.class.php
index 3adeb27ad2..201c0028cd 100644
--- a/libraries/Menu.class.php
+++ b/libraries/Menu.class.php
@@ -107,7 +107,7 @@ class PMA_Menu
} else {
$tabs = $this->_getServerTabs();
}
- return PMA_Util::getHtmlTabs($tabs, $url_params);
+ return PMA_Util::getHtmlTabs($tabs, $url_params, 'topmenu', true);
}
/**