source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; } public function getTemplateName() { return "display/export/option_header.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 65 => 11, 59 => 9, 53 => 7, 50 => 6, 47 => 5, 45 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "display/export/option_header.twig", "/usr/local/www/phpMyAdmin/templates/display/export/option_header.twig"); } }