"; // remove vertical scroll bar bug in ie ?> phpMyAdmin /> >
' . "\n"; echo ' '; if (@file_exists($GLOBALS['pmaThemeImage'] . 'logo_left.png')) { echo 'phpMyAdmin'; } else if (@file_exists($GLOBALS['pmaThemeImage'] . 'pma_logo2.png')) { echo 'phpMyAdmin'; } else { echo 'phpMyAdmin'; } echo '' . "\n"; echo '
' . "\n"; } // end of display logo ?> ' . "\n" . ($cfg['MainPageIconic'] ? ' ' . $strHome . '' : ' ' . $strHome . '') . "\n" . ' ' . "\n"; // if we have chosen server if ($server != 0) { // Logout for advanced authentication if ($cfg['Server']['auth_type'] != 'config') { echo ($cfg['MainPageIconic'] ? '' : ' - '); echo '' . "\n" . ($cfg['MainPageIconic'] ? '' . $strLogout . '' : '' . $strLogout . '') . "\n" . '' . "\n"; } // end if ($cfg['Server']['auth_type'] != 'config' if ($cfg['QueryFrame']) { $anchor = 'querywindow.php?' . PMA_generate_common_url('', ''); if ($cfg['MainPageIconic']) { $query_frame_link_text = '' . $strQueryFrame . ''; } else { echo '
' . "\n"; $query_frame_link_text = '' . $strQueryFrame . ''; } ?> > ' . "\n" . ' ' . $strPmaDocumentation . '' . "\n" . ' ' . "\n"; echo ' ' . "\n" . ' MySQL - ' . $strDocu . '' . "\n" . ' ' . "\n"; } ?>

0) { PMA_availableDatabases(); // this function is defined in "common.lib.php" } else { $num_dbs = 0; } // Don't display expansible/collapsible database info if: // 1. $server == 0 (no server selected) // This is the case when there are multiple servers and // '$cfg['ServerDefault'] = 0' is set. In that case, we want the welcome // screen to appear with no database info displayed. // 2. there is only one database available (ie either only one database exists // or $cfg['Servers']['only_db'] is defined and is not an array) // In this case, the database should not be collapsible/expandable if ($num_dbs > 1) { // Light mode -> beginning of the select combo for databases // Note: When javascript is active, the frameset will be changed from // within left.php. With no JS (