parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 if (($context["S_AJAX_REQUEST"] ?? null)) { // line 2 echo "\t
\t\t

"; // line 3 echo ($context["MESSAGE_TITLE"] ?? null); echo "

\t\t

"; // line 4 echo ($context["MESSAGE_TEXT"] ?? null); echo "

\t\t
\t\t\tenv->getExtension('phpbb\template\twig\extension')->lang("YES"); echo "\" class=\"button2\" />  \t\t\tenv->getExtension('phpbb\template\twig\extension')->lang("NO"); echo "\" class=\"button2\" /> \t\t
\t
"; } else { // line 13 echo " "; // line 14 $location = "overall_header.html"; $namespace = false; if (strpos($location, '@') === 0) { $namespace = substr($location, 1, strpos($location, '/') - 1); $previous_look_up_order = $this->env->getNamespaceLookUpOrder(); $this->env->setNamespaceLookUpOrder(array($namespace, '__main__')); } $this->loadTemplate("overall_header.html", "confirm_body.html", 14)->display($context); if ($namespace) { $this->env->setNamespaceLookUpOrder($previous_look_up_order); } // line 15 echo "
\t
\t

"; // line 20 echo ($context["MESSAGE_TITLE"] ?? null); echo "

\t

"; // line 21 echo ($context["MESSAGE_TEXT"] ?? null); echo "

\t
\t\t"; // line 24 echo ($context["S_HIDDEN_FIELDS"] ?? null); echo " \t\tenv->getExtension('phpbb\template\twig\extension')->lang("YES"); echo "\" class=\"button2\" />  \t\tenv->getExtension('phpbb\template\twig\extension')->lang("NO"); echo "\" class=\"button2\" /> \t
\t
"; // line 33 $location = "overall_footer.html"; $namespace = false; if (strpos($location, '@') === 0) { $namespace = substr($location, 1, strpos($location, '/') - 1); $previous_look_up_order = $this->env->getNamespaceLookUpOrder(); $this->env->setNamespaceLookUpOrder(array($namespace, '__main__')); } $this->loadTemplate("overall_footer.html", "confirm_body.html", 33)->display($context); if ($namespace) { $this->env->setNamespaceLookUpOrder($previous_look_up_order); } // line 34 echo " "; } } public function getTemplateName() { return "confirm_body.html"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 113 => 34, 101 => 33, 91 => 26, 87 => 25, 83 => 24, 77 => 21, 73 => 20, 66 => 16, 63 => 15, 51 => 14, 48 => 13, 40 => 8, 36 => 7, 30 => 4, 26 => 3, 21 => 2, 19 => 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 Twig_Source("", "confirm_body.html", ""); } }