source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
env, ($context["method"] ?? null), "html", null, true); echo "\" action=\""; echo ($context["action"] ?? null); echo "\" class=\"config-form disableAjax\"> "; // line 3 if (($context["has_check_page_refresh"] ?? null)) { // line 4 echo " "; } // line 6 echo " "; echo PhpMyAdmin\Url::getHiddenInputs("", "", 0, "server"); echo " "; // line 7 echo PhpMyAdmin\Url::getHiddenFields(($context["hidden_fields"] ?? null), "", true); echo " "; } public function getTemplateName() { return "config/form_display/form_top.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 56 => 7, 51 => 6, 47 => 4, 45 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "config/form_display/form_top.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\config\\form_display\\form_top.twig"); } }