/home/suroeste/tmp/pma_template_compiles_suroeste/twig/df
Edit: /home/suroeste/tmp/pma_template_compiles_suroeste/twig/df/df4cd316cd3319b39f16a94c56b8b0ea.php (10805B)
source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield ($context["error"] ?? null);
yield "
";
// line 50
if (($context["exists_setup_and_not_exists_config"] ?? null)) {
// line 51
yield " ";
// line 52
yield " ";
// line 53
yield " ";
// line 54
yield "
";
// line 59
yield Twig\Extension\CoreExtension::sprintf(_gettext("You can set more settings by modifying config.inc.php, eg. by using %sSetup script%s."), "
", "");
yield "
";
// line 60
yield PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("setup", "setup-script");
yield "
";
}
// line 64
yield "
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "preferences/manage/main.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 255 => 122, 251 => 121, 246 => 119, 242 => 118, 237 => 115, 228 => 108, 220 => 104, 214 => 100, 209 => 97, 201 => 91, 194 => 86, 188 => 82, 179 => 76, 175 => 75, 169 => 72, 164 => 69, 157 => 64, 150 => 60, 146 => 59, 142 => 57, 137 => 54, 135 => 53, 133 => 52, 131 => 51, 129 => 50, 122 => 46, 118 => 44, 110 => 40, 103 => 36, 99 => 34, 94 => 31, 88 => 27, 80 => 22, 75 => 20, 68 => 17, 64 => 16, 59 => 14, 55 => 12, 43 => 3, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "preferences/manage/main.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/preferences/manage/main.twig");
}
}