1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00

Display schema in title

This commit is contained in:
Jakub Vrana
2011-08-02 17:52:36 +02:00
parent 3efcd4d5b7
commit c99c11648d

View File

@@ -1,5 +1,5 @@
<?php
page_header(lang('Database schema'), "", array(), DB);
page_header(lang('Database schema'), "", array(), DB . ($_GET["ns"] ? ".$_GET[ns]" : ""));
$table_pos = array();
$table_pos_js = array();