/home/suroeste/tmp/pma_template_compiles_suroeste/twig/10
NameSizeModeActions
10f16d423a412d751c4160b16fe6f123.php21170644editdlrm
102036561773e2a5b1d8c2d9b9820290.php254740644editdlrm
Edit: /home/suroeste/tmp/pma_template_compiles_suroeste/twig/10/10f16d423a412d751c4160b16fe6f123.php (2117B)
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield ($context["error"] ?? null); yield " "; // line 2 if (($context["has_errors"] ?? null)) { // line 3 yield "
"; yield _gettext("Cannot save settings, submitted form contains errors!"); // line 4 yield " "; // line 5 yield ($context["errors"] ?? null); yield "
"; } // line 8 yield ($context["form"] ?? null); yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "preferences/forms/main.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 57 => 8, 51 => 5, 48 => 4, 44 => 3, 42 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "preferences/forms/main.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/preferences/forms/main.twig"); } }