/home/desid573/tmp/pma_template_compiles_desid573/twig/c6
NameSizeModeActions
c6c0ee485613b11196a20d701ef7973746aa9efc18293b4325044ca42139b889.php23820644editdlrm
c6e679bc1d499bc89f1b39cb0381211f.php27770644editdlrm
c678c09b1a8bde1f8fbdcbc4051398d0ef389d52860213263b868fe6a576011f.php46080644editdlrm
Edit: /home/desid573/tmp/pma_template_compiles_desid573/twig/c6/c6e679bc1d499bc89f1b39cb0381211f.php (2777B)
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
"; // line 3 yield ($context["hidden_inputs"] ?? null); yield " env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["return_url"] ?? null), "html", null, true); yield "\"> "; yield _gettext("Your browser has phpMyAdmin configuration for this domain. Would you like to import it for current session?"); // line 10 yield "
"; yield _gettext("Yes"); // line 11 yield " / "; yield _gettext("No"); // line 12 yield " / "; yield _gettext("Delete settings"); // line 13 yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "preferences/autoload.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 68 => 13, 64 => 12, 60 => 11, 56 => 10, 51 => 6, 45 => 3, 41 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "preferences/autoload.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/preferences/autoload.twig"); } }