/home/desid573/tmp/pma_template_compiles_desid573/twig/f4
Edit: /home/desid573/tmp/pma_template_compiles_desid573/twig/f4/f47961422c9229bc214c1cda51fa752c.php (25474B)
source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "
";
// line 3
yield PhpMyAdmin\Html\Generator::getImage("b_import", _gettext("Import"));
yield "
";
// line 4
yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
// line 5
yield "
";
// line 7
yield ($context["page_settings_error_html"] ?? null);
yield "
";
// line 8
yield ($context["page_settings_html"] ?? null);
yield "

env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath("ajax_clock_small.gif"), "html", null, true);
yield "\" width=\"16\" height=\"16\" alt=\"ajax clock\" class=\"hide\">
";
return; yield '';
}
// line 4
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "import.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 529 => 4, 519 => 199, 514 => 197, 509 => 194, 507 => 193, 503 => 191, 499 => 190, 496 => 189, 489 => 184, 485 => 182, 476 => 176, 467 => 174, 463 => 173, 459 => 171, 446 => 169, 442 => 168, 439 => 167, 434 => 165, 425 => 159, 420 => 158, 414 => 154, 407 => 150, 401 => 148, 399 => 147, 394 => 145, 389 => 144, 387 => 143, 382 => 140, 378 => 139, 372 => 136, 368 => 134, 362 => 131, 356 => 129, 354 => 128, 350 => 126, 343 => 122, 339 => 120, 332 => 118, 330 => 117, 322 => 116, 318 => 115, 314 => 113, 310 => 111, 303 => 109, 301 => 108, 293 => 107, 289 => 106, 286 => 105, 284 => 104, 281 => 103, 277 => 102, 271 => 100, 268 => 99, 264 => 97, 260 => 95, 253 => 91, 247 => 88, 244 => 87, 242 => 86, 237 => 85, 234 => 84, 232 => 83, 229 => 82, 219 => 77, 212 => 75, 210 => 74, 206 => 72, 202 => 70, 198 => 68, 192 => 65, 185 => 62, 183 => 61, 178 => 60, 176 => 59, 172 => 58, 167 => 55, 157 => 50, 151 => 48, 147 => 47, 136 => 43, 126 => 40, 122 => 38, 119 => 37, 117 => 36, 114 => 35, 110 => 33, 105 => 31, 102 => 30, 99 => 29, 95 => 26, 88 => 23, 82 => 22, 79 => 21, 74 => 18, 72 => 17, 65 => 13, 57 => 8, 53 => 7, 49 => 5, 47 => 4, 43 => 3, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "import.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/import.twig");
}
}