From: jakubvrana Date: Thu, 28 Aug 2008 10:28:56 +0000 (+0000) Subject: Move syntax highlighting to the end X-Git-Tag: v3.0.0~1056 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=9b5c5dd645847c79ec649190781c659ed1ff15ba;p=adminer.git Move syntax highlighting to the end git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@461 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- 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) { ?> + + + + +