/home/techb158/tmp/pma_template_compiles_techb158/twig/1c
NameSizeModeActions
1c3e9a73c322ad869c1959663eae061d.php29280644editdlrm
Edit: /home/techb158/tmp/pma_template_compiles_techb158/twig/1c/1c3e9a73c322ad869c1959663eae061d.php (2928B)
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield " env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["lang"] ?? null), "html", null, true); yield "\" dir=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["dir"] ?? null), "html", null, true); yield "\"> phpMyAdmin

phpMyAdmin - "; yield _gettext("Error"); // line 37 yield "

"; // line 38 yield ($context["error_message"] ?? null); yield "

"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "error/generic.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 85 => 38, 82 => 37, 41 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "error/generic.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/error/generic.twig"); } }