From af11cbb2a2040103f0a2ab11ac2bd50dda754111 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Sat, 4 Aug 2007 19:38:36 +0000 Subject: [PATCH] Version in title Engine in title git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@296 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- design.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/design.inc.php b/design.inc.php index 32dc5637..b0232313 100644 --- a/design.inc.php +++ b/design.inc.php @@ -9,7 +9,7 @@ function page_header($title, $breadcrumb = array(), $title2 = "") { -<?php echo lang('phpMinAdmin') . " - $title" . (strlen($title2) ? ": " . htmlspecialchars($title2) : ""); ?> +<?php echo $title . (strlen($title2) ? ": " . htmlspecialchars($title2) : "") . " - " . lang('phpMinAdmin') . " 1.3.2-dev"; ?> @@ -87,7 +87,7 @@ function page_footer($missing = false) { echo "

\n"; while ($row = $result->fetch_assoc()) { echo '' . lang('select') . ' '; - echo '' . htmlspecialchars($row["Name"]) . "
\n"; + echo '' . htmlspecialchars($row["Name"]) . "
\n"; } echo "

\n"; }