/home/techb158/tmp/pma_template_compiles_techb158/twig/4d
Edit: /home/techb158/tmp/pma_template_compiles_techb158/twig/4d/4d450dfd1f1440d044d32411d1a69351.php (6867B)
source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "
";
// line 3
yield PhpMyAdmin\Html\Generator::getIcon("b_routines", _gettext("Routines"));
yield "
";
// line 4
yield PhpMyAdmin\Html\MySQLDocumentation::show("STORED_ROUTINES");
yield "
";
// line 8
if ( !Twig\Extension\CoreExtension::testEmpty(($context["items"] ?? null))) {
// line 9
yield "
";
}
// line 33
yield "
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "database/routines/index.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 177 => 61, 167 => 59, 160 => 54, 156 => 53, 152 => 52, 144 => 48, 138 => 45, 134 => 44, 129 => 42, 125 => 41, 117 => 36, 109 => 35, 105 => 34, 102 => 33, 95 => 29, 90 => 28, 80 => 21, 77 => 20, 71 => 18, 68 => 17, 62 => 14, 54 => 9, 52 => 8, 46 => 4, 42 => 3, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/routines/index.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/routines/index.twig");
}
}