parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
";
// line 2
echo PhpMyAdmin\Util::getListNavigator( // line 3
($context["database_count"] ?? null), // line 4
($context["pos"] ?? null), // line 5
($context["url_params"] ?? null), "server_databases.php", "frame_content", // line 8
($context["max_db_list"] ?? null));
// line 9
echo "