source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 3 echo ($context["hidden_inputs"] ?? null); echo " env, ($context["return_url"] ?? null), "html", null, true); echo "\"> "; echo _gettext("Your browser has phpMyAdmin configuration for this domain. Would you like to import it for current session?"); // line 10 echo "
"; echo _gettext("Yes"); // line 11 echo " / "; echo _gettext("No"); // line 12 echo " / "; echo _gettext("Delete settings"); // line 13 echo "
"; } public function getTemplateName() { return "preferences/autoload.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 67 => 13, 63 => 12, 59 => 11, 55 => 10, 50 => 6, 44 => 3, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "preferences/autoload.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/preferences/autoload.twig"); } }