diff --git a/htdocs/sql/test/theme.php b/htdocs/sql/test/theme.php
deleted file mode 100755
--- a/htdocs/sql/test/theme.php
+++ /dev/null
@@ -1,286 +0,0 @@
-
-
-
-
- phpMyAdmin -
- - Theme Test
-
-
-
-
-
-
-'
- .'
' . "\n";
-$item = ''
- .'
' . "\n"
- .'%4$s: %3$s' . "\n";
-
-echo '' . "\n";
-printf($item,
- $GLOBALS['cfg']['DefaultTabServer'],
- PMA_generate_common_url(),
- 'Server',
- $GLOBALS['strServer'],
- 's_host.png');
-
-echo $separator;
-printf($item,
- $GLOBALS['cfg']['DefaultTabDatabase'],
- '',
- 'Database',
- $GLOBALS['strDatabase'],
- 's_db.png');
-
-echo $separator;
-printf($item,
- $GLOBALS['cfg']['DefaultTabTable'],
- '',
- 'Table',
- (isset($GLOBALS['tbl_is_view']) && $GLOBALS['tbl_is_view']
- ? $GLOBALS['strView']
- : $GLOBALS['strTable']),
- (isset($GLOBALS['tbl_is_view']) && $GLOBALS['tbl_is_view']
- ? 'b_views'
- : 's_tbl') . '.png');
-
-echo '' . "\n";
-
-echo '
';
-
-
-/**
- * Displays tab links
- */
-$tabs = array();
-
-$tabs['databases']['icon'] = '../../../../' . $pmaThemeImage . 's_db.png';
-$tabs['databases']['link'] = 'server_databases.php';
-$tabs['databases']['text'] = $strDatabases;
-
-$tabs['sql']['icon'] = '../../../../' . $pmaThemeImage . 'b_sql.png';
-$tabs['sql']['link'] = 'server_sql.php';
-$tabs['sql']['text'] = $strSQL;
-
-$tabs['status']['icon'] = '../../../../' . $pmaThemeImage . 's_status.png';
-$tabs['status']['link'] = 'server_status.php';
-$tabs['status']['text'] = $strStatus;
-
-$tabs['vars']['icon'] = '../../../../' . $pmaThemeImage . 's_vars.png';
-$tabs['vars']['link'] = 'server_variables.php';
-$tabs['vars']['text'] = $strServerTabVariables;
-
-$tabs['charset']['icon'] = '../../../../' . $pmaThemeImage . 's_asci.png';
-$tabs['charset']['link'] = 'server_collations.php';
-$tabs['charset']['text'] = $strCharsets;
-
-$tabs['engine']['icon'] = '../../../../' . $pmaThemeImage . 'b_engine.png';
-$tabs['engine']['link'] = 'server_engines.php';
-$tabs['engine']['text'] = $strEngines;
-
-$tabs['rights']['icon'] = '../../../../' . $pmaThemeImage . 's_rights.png';
-$tabs['rights']['link'] = 'server_privileges.php';
-$tabs['rights']['text'] = $strPrivileges;
-
-$tabs['binlog']['icon'] = '../../../../' . $pmaThemeImage . 's_tbl.png';
-$tabs['binlog']['link'] = 'server_binlog.php';
-$tabs['binlog']['text'] = $strBinaryLog;
-
-$tabs['process']['icon'] = '../../../../' . $pmaThemeImage . 's_process.png';
-$tabs['process']['link'] = 'server_processlist.php';
-$tabs['process']['text'] = 'caution';
-$tabs['process']['class'] = 'caution';
-
-$tabs['export']['icon'] = '../../../../' . $pmaThemeImage . 'b_export.png';
-$tabs['export']['text'] = 'disabled';
-
-$tabs['export2']['icon'] = '../../../../' . $pmaThemeImage . 'b_export.png';
-$tabs['export2']['text'] = 'disabled caution';
-$tabs['export2']['class'] = 'caution';
-
-$tabs['import']['icon'] = '../../../../' . $pmaThemeImage . 'b_import.png';
-$tabs['import']['link'] = 'server_import.php';
-$tabs['import']['text'] = 'active';
-$tabs['import']['class'] = 'active';
-
-echo PMA_getTabs($tabs);
-unset($tabs);
-
-if (@file_exists($pmaThemeImage . 'logo_right.png')) {
- ?>
-
-
-
-phpMyAdmin ' . PMA_VERSION . '');
-?>
-
-
-
-
-
-
-
-
-H1 Header
-H2 Header
-H3 Header
-H4 Header
-
-Notice header!
-
- notice message box content!
-
-
-
Notice message box header!
- notice message box content!
-
-
-Warning header!
-
- warning message box content!
-
-
-
Warning message box header!
- warning message box content!
-
-
-Error header!
-
- error message box content!
-
-
-
Error message box header!
- error message box content!
-
-
-
-
-
-
-
-