3da49499f71b689cd54aedbbb3b23d74dbd69f60caf21b16672d87ead8a58cf4.php 0000644 00000003434 14721260540 0016546 0 ustar 00 parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
env, ($context["align"] ?? null), "html", null, true);
echo " class=\"";
echo twig_escape_filter($this->env, ($context["classes"] ?? null), "html", null, true);
echo "\"> |
";
}
public function getTemplateName()
{
return "display/results/empty_display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 30 => 1,);
}
/** @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("", "display/results/empty_display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/empty_display.twig");
}
}
3d8e4d464605f0b74f9c2014b49c91e129344220bcba7edbb5551424316b94d6.php 0000644 00000003361 14721260540 0015626 0 ustar 00 parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
";
// line 2
echo ($context["title"] ?? null);
echo "
";
}
public function getTemplateName()
{
return "database/structure/browse_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 35 => 2, 30 => 1,);
}
/** @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/structure/browse_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/browse_table.twig");
}
}