source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo " "; // line 2 echo PhpMyAdmin\Util::getIcon("b_save", _gettext("Save")); echo " "; // line 5 echo PhpMyAdmin\Util::getIcon("b_close", _gettext("Cancel")); echo " "; // line 7 echo PhpMyAdmin\Util::getImage("b_help", _gettext("Documentation"), ["class" => "hide", "id" => "docImage"]); // line 10 echo " "; } public function getTemplateName() { return "server/variables/link_template.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 55 => 10, 53 => 7, 48 => 5, 42 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "server/variables/link_template.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/server/variables/link_template.twig"); } }