/var/lib/phpmyadmin/tmp/twig/36
Edit: /var/lib/phpmyadmin/tmp/twig/36/36da724027f7224df7901b2b6cc03384.php (1434B)
source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
// line 2
if ((($context["check_timeout"] ?? null) == true)) {
// line 3
echo "
";
}
}
public function getTemplateName()
{
return "login/footer.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 42 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "login/footer.twig", "/usr/share/phpmyadmin/templates/login/footer.twig");
}
}