/home/suroeste/tmp/pma_template_compiles_suroeste/twig/9e
NameSizeModeActions
9e8ad295e1181c6179622e61f36b4074.php69980644editdlrm
Edit: /home/suroeste/tmp/pma_template_compiles_suroeste/twig/9e/9e8ad295e1181c6179622e61f36b4074.php (6998B)
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
"; // line 54 if (($context["is_saved"] ?? null)) { // line 55 yield " "; yield $this->env->getFilter('raw_success')->getCallable()(_gettext("Configuration has been saved.")); yield " "; } // line 57 yield " "; // line 58 if ( !($context["has_config_storage"] ?? null)) { // line 59 yield " "; $___internal_parse_0_ = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) { // line 60 yield " "; yield _gettext("Your preferences will be saved for current session only. Storing them permanently requires %sphpMyAdmin configuration storage%s."); // line 61 yield " "; return; yield ''; })())) ? '' : new Markup($tmp, $this->env->getCharset()); // line 59 yield $this->env->getFilter('notice')->getCallable()(Twig\Extension\CoreExtension::sprintf($___internal_parse_0_, ((""), "")); // line 62 yield " "; } return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "preferences/header.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 180 => 62, 178 => 59, 174 => 61, 171 => 60, 168 => 59, 166 => 58, 163 => 57, 157 => 55, 155 => 54, 146 => 48, 140 => 47, 132 => 42, 126 => 41, 118 => 36, 112 => 35, 104 => 30, 98 => 29, 90 => 24, 84 => 23, 76 => 18, 70 => 17, 64 => 13, 57 => 11, 51 => 7, 44 => 5, 38 => 1,); } public function getSourceContext() { return new Source("", "preferences/header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/preferences/header.twig"); } }