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\Url::getHiddenInputs(($context["db"] ?? null)); echo "
"; // line 3 echo PhpMyAdmin\Html\Generator::getIcon("b_table_add", _gettext("Create new table"), true); echo "
"; } public function getTemplateName() { return "database/create_table.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 67 => 14, 60 => 10, 53 => 6, 46 => 3, 42 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "database/create_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/create_table.twig"); } }