source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 if (($context["display_logo"] ?? null)) { // line 2 echo "
"; // line 3 if (($context["use_logo_link"] ?? null)) { // line 4 echo " env, (" " . ($context["link_attribs"] ?? null)), "html", null, true))) : (print (""))); echo "> "; } // line 7 echo " "; echo ($context["logo"] ?? null); echo " "; // line 8 if (($context["use_logo_link"] ?? null)) { // line 9 echo " "; } // line 11 echo "
"; } } public function getTemplateName() { return "navigation/logo.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 64 => 11, 60 => 9, 58 => 8, 53 => 7, 48 => 5, 44 => 4, 42 => 3, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "navigation/logo.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/navigation/logo.twig"); } }