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:
authorEdward Cheng <c4150221@gmail.com>2014-06-16 18:18:44 +0400
committerEdward Cheng <c4150221@gmail.com>2014-06-25 17:22:33 +0400
commitfb14e92d62a1d9990bfd4d779702688e873ce60f (patch)
treed7118c327f7a11eadab401183d88a68d37e423a5 /themes.php
parentf0d794613d1dc23f5bb1cddecfb65f8da96f96cb (diff)
PMA console, history and bookmarks.
Modified: resizer of navigation bar: whole-time-bind events removed. Signed-off-by: Edward Cheng <c4150221@gmail.com>
Diffstat (limited to 'themes.php')
-rw-r--r--themes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes.php b/themes.php
index aed65f97dd..f0d1be6f09 100644
--- a/themes.php
+++ b/themes.php
@@ -15,7 +15,7 @@ $response->getFooter()->setMinimal();
$header = $response->getHeader();
$header->setBodyId('bodythemes');
$header->setTitle('phpMyAdmin - ' . __('Theme'));
-$header->disableMenu();
+$header->disableMenuAndConsole();
$hash = '#pma_' . preg_replace('/([0-9]*)\.([0-9]*)\..*/', '\1_\2', PMA_VERSION);
$url = PMA_linkURL('http://www.phpmyadmin.net/home_page/themes.php') . $hash;