File: /www/phpMyAdmin/tmp/twig/f9/f97220b416b65201d37a4eba8e2ee309190308b26fe35971368d92d0be4feafb.php
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/search/result_divs.twig */
class __TwigTemplate_7cf3a63ee3465723708d034fce7baf0adc0056572632f91de585da01d0451b43 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 2
echo "<div id=\"table-info\">
<a id=\"table-link\" class=\"item\"></a>
</div>
";
// line 6
echo "<div id=\"browse-results\">
";
// line 8
echo "</div>
<div id=\"sqlqueryform\" class=\"clearfloat\">
";
// line 11
echo "</div>
";
// line 13
echo "<a id=\"togglequerybox\"></a>
";
}
public function getTemplateName()
{
return "database/search/result_divs.twig";
}
public function getDebugInfo()
{
return array ( 45 => 13, 42 => 11, 38 => 8, 35 => 6, 30 => 2,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/search/result_divs.twig", "/www/phpMyAdmin/templates/database/search/result_divs.twig");
}
}