source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 if ((($context["session_expired"] ?? null) == true)) { // line 2 yield "
"; } // line 4 yield "
env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["add_class"] ?? null), "html", null, true); yield "\">
env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(PhpMyAdmin\Core::linkURL("https://www.phpmyadmin.net/"), "html", null, true); yield "\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"logo\"> env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath("logo_right.png", "pma_logo.png"), "html", null, true); yield "\" id=\"imLogo\" name=\"imLogo\" alt=\"phpMyAdmin\" border=\"0\">

"; // line 10 yield Twig\Extension\CoreExtension::sprintf(_gettext("Welcome to %s"), "phpMyAdmin"); yield "

"; // line 17 yield $this->env->getFilter('error')->getCallable()(_gettext("There is a mismatch between HTTPS indicated on the server and client. This can lead to a non working phpMyAdmin or a security risk. Please fix your server configuration to indicate HTTPS properly.")); yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "login/header.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 73 => 17, 66 => 13, 60 => 10, 55 => 8, 51 => 7, 44 => 4, 40 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "login/header.twig", "/home/suvo/web/pg.ns77.siliconpin.com/public_html/pma/templates/login/header.twig"); } }