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-05 18:08:09 +0400
committerRouslan Placella <rouslan@placella.com>2012-06-11 17:06:04 +0400
commitae6e50a8a82a70a1bff90cadc200f06819306615 (patch)
tree3ff68a4113de1ce514f73e269a5fa31752401a17 /navigation.php
parentec4b3d9e4621ce8f9f318ddd7364f67ae46e2854 (diff)
Drop display() from Header and Footer classes. The Response class will do all the rendering.
Diffstat (limited to 'navigation.php')
-rw-r--r--navigation.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/navigation.php b/navigation.php
index 2730de57d4..f92abf2883 100644
--- a/navigation.php
+++ b/navigation.php
@@ -112,7 +112,6 @@ $scripts->addCode('
}
};
');
-$header->display();
require 'libraries/navigation_header.inc.php';