parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 $context["css_classes_flag"] = \WPML\Core\twig_trim_filter(("wpml-ls-flag " . $this->getAttribute(($context["backward_compatibility"] ?? null), "css_classes_flag", []))); // line 2 $context["css_classes_native"] = \WPML\Core\twig_trim_filter(("wpml-ls-native " . $this->getAttribute(($context["backward_compatibility"] ?? null), "css_classes_native", []))); // line 3 $context["css_classes_display"] = \WPML\Core\twig_trim_filter(("wpml-ls-display " . $this->getAttribute(($context["backward_compatibility"] ?? null), "css_classes_display", []))); // line 4 $context["css_classes_bracket"] = \WPML\Core\twig_trim_filter(("wpml-ls-bracket " . $this->getAttribute(($context["backward_compatibility"] ?? null), "css_classes_bracket", []))); // line 5 $context["css_classes_link"] = \WPML\Core\twig_trim_filter(((($context["css_classes_link"] ?? null) . " ") . $this->getAttribute($this->getAttribute(($context["language"] ?? null), "backward_compatibility", []), "css_classes_a", []))); // line 6 echo " "; // line 7 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["languages"] ?? null)); foreach ($context['_seq'] as $context["code"] => $context["language"]) { // line 8 echo " "; ob_start(function () { return ''; }); // line 9 echo " env, $this->getAttribute($context["language"], "css_classes", []), "html", null, true); echo " wpml-ls-item-legacy-post-translations\"> env, $this->getAttribute($context["language"], "url", []), "html", null, true); echo "\" class=\""; echo \WPML\Core\twig_escape_filter($this->env, ($context["css_classes_link"] ?? null), "html", null, true); echo "\">"; // line 11 if ($this->getAttribute($context["language"], "flag_url", [])) { // line 12 echo "env, ($context["css_classes_flag"] ?? null), "html", null, true); echo "\" src=\""; echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($context["language"], "flag_url", []), "html", null, true); echo "\" alt=\""; echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($context["language"], "flag_alt", []), "html", null, true); echo "\">"; } // line 15 if (($this->getAttribute($context["language"], "is_current", []) && ($this->getAttribute($context["language"], "native_name", []) || $this->getAttribute($context["language"], "display_name", [])))) { // line 17 $context["current_language_name"] = (($this->getAttribute($context["language"], "native_name", [], "any", true, true)) ? (\WPML\Core\_twig_default_filter($this->getAttribute($context["language"], "native_name", []), $this->getAttribute($context["language"], "display_name", []))) : ($this->getAttribute($context["language"], "display_name", []))); // line 18 echo "env, ($context["css_classes_native"] ?? null), "html", null, true); echo "\">"; echo \WPML\Core\twig_escape_filter($this->env, ($context["current_language_name"] ?? null), "html", null, true); echo ""; } else { // line 22 if ($this->getAttribute($context["language"], "native_name", [])) { // line 23 echo "env, ($context["css_classes_native"] ?? null), "html", null, true); echo "\" lang=\""; echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($context["language"], "code", []), "html", null, true); echo "\">"; echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($context["language"], "native_name", []), "html", null, true); echo ""; } // line 26 if ($this->getAttribute($context["language"], "display_name", [])) { // line 27 echo "env, ($context["css_classes_display"] ?? null), "html", null, true); echo "\">"; // line 28 if ($this->getAttribute($context["language"], "native_name", [])) { echo "env, ($context["css_classes_bracket"] ?? null), "html", null, true); echo "\"> ("; } // line 29 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($context["language"], "display_name", []), "html", null, true); // line 30 if ($this->getAttribute($context["language"], "native_name", [])) { echo "env, ($context["css_classes_bracket"] ?? null), "html", null, true); echo "\">)"; } // line 31 echo ""; } } // line 35 echo " "; echo trim(preg_replace('/>\s+<', ob_get_clean())); } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['code'], $context['language'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; } public function getTemplateName() { return "template.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 119 => 35, 115 => 31, 109 => 30, 107 => 29, 101 => 28, 97 => 27, 95 => 26, 86 => 23, 84 => 22, 77 => 18, 75 => 17, 73 => 15, 64 => 12, 62 => 11, 57 => 10, 52 => 9, 49 => 8, 45 => 7, 42 => 6, 40 => 5, 38 => 4, 36 => 3, 34 => 2, 32 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "template.twig", "/home/infinitycons/ftp/wingedit/doitinpoland.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-post-translations/template.twig"); } }