parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "\t\t"; // line 2 echo "\t "; // line 4 // line 5 echo "
\t"; // line 7 $location = "navbar_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("navbar_footer.html", "overall_footer.html", 7)->display($context); if ($namespace) { $this->env->setNamespaceLookUpOrder($previous_look_up_order); } // line 8 echo " \t
\t\t"; // line 10 // line 11 echo "\t\t

\t\t\t"; // line 12 echo ($context["CREDIT_LINE"] ?? null); echo " \t\t

\t\t"; // line 14 if (($context["TRANSLATION_INFO"] ?? null)) { // line 15 echo "\t\t

\t\t\t"; // line 16 echo ($context["TRANSLATION_INFO"] ?? null); echo " \t\t

\t\t"; } // line 19 echo "\t\t"; // line 20 echo "\t\t

\t\t\tenv->getExtension('phpbb\template\twig\extension')->lang("PRIVACY_LINK"); echo "\" role=\"menuitem\"> \t\t\t\t"; // line 22 echo $this->env->getExtension('phpbb\template\twig\extension')->lang("PRIVACY_LINK"); echo " \t\t\t \t\t\t| \t\t\tenv->getExtension('phpbb\template\twig\extension')->lang("TERMS_LINK"); echo "\" role=\"menuitem\"> \t\t\t\t"; // line 26 echo $this->env->getExtension('phpbb\template\twig\extension')->lang("TERMS_LINK"); echo " \t\t\t \t\t

\t\t"; // line 29 if (($context["DEBUG_OUTPUT"] ?? null)) { // line 30 echo "\t\t

\t\t\t"; // line 31 echo ($context["DEBUG_OUTPUT"] ?? null); echo " \t\t

\t\t"; } // line 34 echo "\t\t"; if (($context["U_ACP"] ?? null)) { // line 35 echo "\t\t

\t\t\t"; echo $this->env->getExtension('phpbb\template\twig\extension')->lang("ACP"); echo " \t\t

\t\t"; } // line 39 echo "\t
\t
env->getExtension('phpbb\template\twig\extension')->lang("AJAX_ERROR_TITLE"); echo "\" data-ajax-error-text=\""; echo $this->env->getExtension('phpbb\template\twig\extension')->lang("AJAX_ERROR_TEXT"); echo "\" data-ajax-error-text-abort=\""; echo $this->env->getExtension('phpbb\template\twig\extension')->lang("AJAX_ERROR_TEXT_ABORT"); echo "\" data-ajax-error-text-timeout=\""; echo $this->env->getExtension('phpbb\template\twig\extension')->lang("AJAX_ERROR_TEXT_TIMEOUT"); echo "\" data-ajax-error-text-parsererror=\""; echo $this->env->getExtension('phpbb\template\twig\extension')->lang("AJAX_ERROR_TEXT_PARSERERROR"); echo "\"> \t\t
 
\t
\t
env->getExtension('phpbb\template\twig\extension')->lang("ERROR"); echo "\" data-l-timeout-processing-req=\""; echo $this->env->getExtension('phpbb\template\twig\extension')->lang("TIMEOUT_PROCESSING_REQ"); echo "\"> \t\t \t\t\t \t\t \t\t

 

\t
\t
\t\t \t\t\t \t\t \t\t
\t
\t \t"; // line 63 if ( !($context["S_IS_BOT"] ?? null)) { echo ($context["RUN_CRON_TASK"] ?? null); } // line 64 echo "
"; // line 67 if (($context["S_ALLOW_CDN"] ?? null)) { echo ""; } // line 68 echo " "; // line 69 $asset_file = "forum_fn.js"; $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper(), $this->getEnvironment()->get_filesystem()); if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) { $asset_path = $asset->get_path(); $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path; if (!file_exists($local_file)) { $local_file = $this->getEnvironment()->findTemplate($asset_path); $asset->set_path($local_file, true); } $asset->add_assets_version('2'); } $this->getEnvironment()->get_assets_bag()->add_script($asset); // line 70 $asset_file = "ajax.js"; $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper(), $this->getEnvironment()->get_filesystem()); if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) { $asset_path = $asset->get_path(); $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path; if (!file_exists($local_file)) { $local_file = $this->getEnvironment()->findTemplate($asset_path); $asset->set_path($local_file, true); } $asset->add_assets_version('2'); } $this->getEnvironment()->get_assets_bag()->add_script($asset); // line 71 if (($context["S_ALLOW_CDN"] ?? null)) { // line 72 echo "\t "; } // line 84 echo " "; // line 85 if (($context["S_COOKIE_NOTICE"] ?? null)) { // line 86 echo "\t \t "; } // line 111 echo " "; // line 112 $previous_look_up_order = $this->env->getNamespaceLookUpOrder(); $this->env->setNamespaceLookUpOrder(array('phpbb_viglink', '__main__')); $this->env->loadTemplate('@phpbb_viglink/event/overall_footer_after.html')->display($context); $this->env->setNamespaceLookUpOrder($previous_look_up_order); // line 113 echo " "; // line 114 if (($context["S_PLUPLOAD"] ?? null)) { $location = "plupload.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("plupload.html", "overall_footer.html", 114)->display($context); if ($namespace) { $this->env->setNamespaceLookUpOrder($previous_look_up_order); } } // line 115 echo $this->getAttribute(($context["definition"] ?? null), "SCRIPTS", array()); echo " "; // line 117 // line 118 echo " "; } public function getTemplateName() { return "overall_footer.html"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 309 => 118, 308 => 117, 303 => 115, 289 => 114, 286 => 113, 281 => 112, 278 => 111, 268 => 104, 264 => 103, 260 => 102, 256 => 101, 235 => 86, 233 => 85, 230 => 84, 220 => 77, 213 => 72, 211 => 71, 200 => 70, 189 => 69, 182 => 68, 174 => 67, 170 => 66, 166 => 64, 162 => 63, 139 => 45, 124 => 41, 120 => 39, 112 => 36, 109 => 35, 106 => 34, 100 => 31, 97 => 30, 95 => 29, 89 => 26, 83 => 25, 77 => 22, 71 => 21, 68 => 20, 66 => 19, 60 => 16, 57 => 15, 55 => 14, 50 => 12, 47 => 11, 46 => 10, 42 => 8, 30 => 7, 26 => 5, 25 => 4, 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("", "overall_footer.html", ""); } }