addParam(count($selected));
            } else {
                $message->addParam(0);
            }
        }
    }
}
/**
 * Displays the links
 */
require './libraries/server_links.inc.php';
/**
 * Displays the sub-page heading
 */
echo '
';
    reset($databases);
    $first_database = current($databases);
    // table col order
    $column_order = PMA_getColumnOrder();
    $_url_params = array(
        'pos' => $pos,
        'dbstats' => $dbstats,
        'sort_by' => $sort_by,
        'sort_order' => $sort_order,
    );
    PMA_listNavigator($databases_count, $pos, $_url_params, 'server_databases.php', 'frame_content', $GLOBALS['cfg']['MaxDbList']);
    $_url_params['pos'] = $pos;
    echo '
';
    echo '