/home/sitetest/tmp/pma_template_compiles_sitetest/twig/d1
Edit: /home/sitetest/tmp/pma_template_compiles_sitetest/twig/d1/d1c0a2e0ab14ab1b927ac692ff6f20f1.php (1866B)
source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "
";
// line 4
yield ($context["collapse_all"] ?? null);
yield "
";
// line 5
yield ($context["unlink"] ?? null);
yield "
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "navigation/tree/controls.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 47 => 5, 43 => 4, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "navigation/tree/controls.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/navigation/tree/controls.twig");
}
}