/home/techb158/tmp/pma_template_compiles_techb158/twig/1d
NameSizeModeActions
1d53bb7146be7d04477bc1942955d4f4.php133030644editdlrm
1d855541451c4f2f266486832319494b.php29290644editdlrm
1db80470ac1059f2329d3038c4ab69ca.php21730644editdlrm
Edit: /home/techb158/tmp/pma_template_compiles_techb158/twig/1d/1d855541451c4f2f266486832319494b.php (2929B)
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
"; // line 2 yield PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); yield "
"; // line 3 yield PhpMyAdmin\Html\Generator::getIcon("b_table_add", _gettext("Create new table"), true); yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "database/create_table.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 68 => 14, 61 => 10, 54 => 6, 47 => 3, 43 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "database/create_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/create_table.twig"); } }