diff --git a/adminer/include/design.inc.php b/adminer/include/design.inc.php index 5e0c3f25..b003ad39 100644 --- a/adminer/include/design.inc.php +++ b/adminer/include/design.inc.php @@ -2,13 +2,14 @@ function page_header($title, $error = "", $breadcrumb = array(), $title2 = "") { global $LANG, $VERSION, $adminer; header("Content-Type: text/html; charset=utf-8"); + $title_all = $title . (strlen($title2) ? ": " . h($title2) : ""); ?> -