source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo " env, ($context["lang"] ?? null), "html", null, true); echo "\" dir=\""; echo twig_escape_filter($this->env, ($context["dir"] ?? null), "html", null, true); echo "\"> phpMyAdmin

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

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

"; } public function getTemplateName() { return "error/generic.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 84 => 38, 81 => 37, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "error/generic.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/error/generic.twig"); } }