PK 5Z2Y $ f4402839ab722861c26cff2a8ce1fd93.phpnu W+A source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
// line 3
echo PhpMyAdmin\Html\Generator::getIcon("b_routines", _gettext("Routines"));
echo "
";
// line 4
echo PhpMyAdmin\Html\MySQLDocumentation::show("STORED_ROUTINES");
echo "
";
}
public function getTemplateName()
{
return "database/routines/index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 168 => 58, 156 => 56, 149 => 51, 145 => 50, 141 => 49, 133 => 45, 129 => 43, 124 => 41, 119 => 39, 115 => 38, 107 => 33, 99 => 32, 91 => 28, 86 => 27, 76 => 20, 73 => 19, 67 => 17, 64 => 16, 58 => 13, 45 => 4, 41 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/routines/index.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/routines/index.twig");
}
}
PK xZc &