From 9b5c5dd645847c79ec649190781c659ed1ff15ba Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Thu, 28 Aug 2008 10:28:56 +0000 Subject: [PATCH] Move syntax highlighting to the end git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@461 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- design.inc.php | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/design.inc.php b/design.inc.php index 8facaebe..a9e3f9fe 100644 --- a/design.inc.php +++ b/design.inc.php @@ -12,11 +12,6 @@ function page_header($title, $error = "", $breadcrumb = array(), $title2 = "") { <?php echo $title . (strlen($title2) ? ": " . htmlspecialchars($title2) : "") . " - " . lang('phpMinAdmin') . " 1.7.1-dev"; ?> - - - - - @@ -108,6 +103,16 @@ function page_footer($missing = false) { ?> + + + + +