' . "\n"
. '
' . "\n"
. ' '
. ' '
. '  | '
. '  | ';
}
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ' ' : '') . $strDatabases, 'server_databases.php', $url_query);
if ($cfg['ShowMysqlInfo']) {
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ' ' : '') . $strStatus, 'server_status.php', $url_query);
}
if ($cfg['ShowMysqlVars']) {
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ' ' : '') . $strServerTabVariables, 'server_variables.php', $url_query);
}
if (PMA_MYSQL_INT_VERSION >= 40100) {
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ' ' : '') . $strCharsets, 'server_collations.php', $url_query);
}
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ' ' : '') . $strEngines, 'server_engines.php', $url_query);
if ($is_superuser) {
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ' ' : '') . $strPrivileges, 'server_privileges.php', $url_query);
}
if ($has_binlogs) {
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ' ' : '') . $strBinaryLog, 'server_binlog.php', $url_query);
}
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ' ' : '') . $strServerTabProcesslist, 'server_processlist.php', $url_query);
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ' ' : '') . $strExport, 'server_export.php', $url_query);
if (!$cfg['LightTabs']) {
echo '  | '
. ' ' . "\n"
. ' | ' . "\n"
. '
' . "\n"
. '';
} else {
echo '