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\Url::getHiddenInputs(); echo " env, ($context["db"] ?? null), "html", null, true); echo "\"> env, ($context["goto"] ?? null), "html", null, true); echo "\"> env, ($context["db"] ?? null), "html", null, true); echo "\"> env, ($context["user"] ?? null), "html", null, true); echo "\"> env, ($context["sql_query"] ?? null), "html", null, true); echo "\">
"; // line 11 echo \PhpMyAdmin\Html\Generator::getIcon("b_bookmark", _gettext("Bookmark this SQL query"), true); echo "
"; } public function getTemplateName() { return "sql/bookmark.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 96 => 29, 88 => 23, 86 => 22, 78 => 16, 76 => 15, 69 => 11, 63 => 8, 59 => 7, 55 => 6, 51 => 5, 47 => 4, 43 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "sql/bookmark.twig", "/usr/local/www/phpMyAdmin/templates/sql/bookmark.twig"); } }