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