source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 2 echo PhpMyAdmin\Url::getHiddenInputs(($context["_form_params"] ?? null)); echo " "; // line 4 if (($context["use_fieldset"] ?? null)) { // line 5 echo "
"; // line 6 echo ($context["language_title"] ?? null); echo " "; } else { // line 8 echo " "; } // line 12 echo " "; // line 28 if (($context["use_fieldset"] ?? null)) { // line 29 echo "
"; } // line 31 echo "
"; } public function getTemplateName() { return "select_lang.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 109 => 31, 105 => 29, 103 => 28, 98 => 25, 89 => 22, 86 => 21, 83 => 19, 81 => 18, 77 => 17, 75 => 16, 71 => 15, 66 => 12, 60 => 9, 57 => 8, 52 => 6, 49 => 5, 47 => 4, 42 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "select_lang.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\select_lang.twig"); } }