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 "
"; // 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 "