source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 3 echo PhpMyAdmin\Util::getIcon("b_print", _gettext("Print"), true); echo " env, ($context["url_query"] ?? null), "html", null, true); echo "\" target=\"print_view\"> "; // line 6 echo PhpMyAdmin\Util::getIcon("b_tblanalyse", _gettext("Data dictionary"), true); echo "
"; } public function getTemplateName() { return "database/structure/print_view_data_dictionary_link.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 50 => 6, 46 => 5, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "database/structure/print_view_data_dictionary_link.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/structure/print_view_data_dictionary_link.twig"); } }