Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'selection_options' => [$this, 'block_selection_options'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "export.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 60
$context["filename_hint"] = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) {
// line 61
yield " ";
yield _gettext("@SERVER@ will become the server name and @DATABASE@ will become the database name.");
return; yield '';
})())) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1
$this->parent = $this->loadTemplate("export.twig", "database/export/index.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
}
// line 3
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
// line 4
yield " ";
if ((($context["export_type"] ?? null) == "raw")) {
// line 5
yield " ";
// l10n: A query that the user has written freely
yield _gettext("Exporting a raw query");
// line 6
yield " ";
} else {
// line 7
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::sprintf(_gettext("Exporting tables from \"%s\" database"), ($context["db"] ?? null)), "html", null, true);
yield "
";
}
return; yield '';
}
// line 11
public function block_selection_options($context, array $blocks = [])
{
$macros = $this->macros;
// line 12
yield " ";
if ((($context["export_type"] ?? null) != "raw")) {
// line 13
yield "