Файл: forsoc.ru/cache/twig/12/124d8e7c1624cc6548641beecf6205b46c82cada53f9a1e25b8ebb88329884c4.php
Строк: 267
<?php
/* overall_footer.html */
class __TwigTemplate_c6bbfb084480b70b22e86d0fa457914b87b965e898a58387ac41a57874e07333 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "tt";
// line 2
echo "t</div>
";
// line 4
// line 5
echo "
<div id="page-footer" role="contentinfo">
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 "
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- низз -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-6916543814325661"
data-ad-slot="3675574031"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
t<div class="copyright">
tt<a href="http://phpage.info/forum/thema93?page=1" ><img src="http://forsoc.ru/conkyrs.png" ></a>
tt
tt";
// line 22
if ((isset($context["DEBUG_OUTPUT"]) ? $context["DEBUG_OUTPUT"] : null)) {
echo "<br />";
echo (isset($context["DEBUG_OUTPUT"]) ? $context["DEBUG_OUTPUT"] : null);
}
// line 23
echo "tt";
if ((isset($context["U_ACP"]) ? $context["U_ACP"] : null)) {
echo "<br /><strong><a href="";
echo (isset($context["U_ACP"]) ? $context["U_ACP"] : null);
echo "">";
echo $this->env->getExtension('phpbb')->lang("ACP");
echo "</a></strong>";
}
// line 24
echo "t</div>
t<div id="darkenwrapper" data-ajax-error-title="";
// line 26
echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TITLE");
echo "" data-ajax-error-text="";
echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT");
echo "" data-ajax-error-text-abort="";
echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_ABORT");
echo "" data-ajax-error-text-timeout="";
echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_TIMEOUT");
echo "" data-ajax-error-text-parsererror="";
echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_PARSERERROR");
echo "">
tt<div id="darken"> </div>
t</div>
t<div id="phpbb_alert" class="phpbb_alert" data-l-err="";
// line 30
echo $this->env->getExtension('phpbb')->lang("ERROR");
echo "" data-l-timeout-processing-req="";
echo $this->env->getExtension('phpbb')->lang("TIMEOUT_PROCESSING_REQ");
echo "">
tt<a href="#" class="alert_close"></a>
tt<h3 class="alert_title"> </h3><p class="alert_text"></p>
t</div>
t<div id="phpbb_confirm" class="phpbb_alert">
tt<a href="#" class="alert_close"></a>
tt<div class="alert_text"></div>
t</div>
</div>
</div>
<div>
t<a id="bottom" class="anchor" accesskey="z"></a>
t";
// line 44
if ( !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null)) {
echo (isset($context["RUN_CRON_TASK"]) ? $context["RUN_CRON_TASK"] : null);
}
// line 45
echo "</div>
<script type="text/javascript" src="";
// line 47
echo (isset($context["T_JQUERY_LINK"]) ? $context["T_JQUERY_LINK"] : null);
echo ""></script>
";
// line 48
if ((isset($context["S_ALLOW_CDN"]) ? $context["S_ALLOW_CDN"] : null)) {
echo "<script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="";
echo (isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null);
echo "/javascript/jquery.min.js?assets_version=";
echo (isset($context["T_ASSETS_VERSION"]) ? $context["T_ASSETS_VERSION"] : null);
echo "" type="text/javascript"%3E%3C/script%3E'));</script>";
}
// line 49
echo "<script type="text/javascript" src="";
echo (isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null);
echo "/javascript/core.js?assets_version=";
echo (isset($context["T_ASSETS_VERSION"]) ? $context["T_ASSETS_VERSION"] : null);
echo ""></script>
";
// line 50
$asset_file = "forum_fn.js";
$asset = new phpbbtemplateasset($asset_file, $this->getEnvironment()->get_path_helper());
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('159');
$asset_file = $asset->get_url();
}
}
$context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file. '"></script>
');
// line 51
$asset_file = "ajax.js";
$asset = new phpbbtemplateasset($asset_file, $this->getEnvironment()->get_path_helper());
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('159');
$asset_file = $asset->get_url();
}
}
$context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file. '"></script>
');
// line 52
echo "
";
// line 53
$previous_look_up_order = $this->env->getNamespaceLookUpOrder();
$this->env->setNamespaceLookUpOrder(array('alg_ForumSponsor', '__main__'));
$this->env->loadTemplate('@alg_ForumSponsor/event/overall_footer_after.html')->display($context);
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
$previous_look_up_order = $this->env->getNamespaceLookUpOrder();
$this->env->setNamespaceLookUpOrder(array('vse_scrolltotop', '__main__'));
$this->env->loadTemplate('@vse_scrolltotop/event/overall_footer_after.html')->display($context);
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
// line 54
echo "
";
// line 55
if ((isset($context["S_PLUPLOAD"]) ? $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", 55)->display($context);
if ($namespace) {
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
}
}
// line 56
echo $this->getAttribute((isset($context["definition"]) ? $context["definition"] : null), "SCRIPTS", array());
echo "
";
// line 58
// line 59
echo "
</body>
</html>
";
}
public function getTemplateName()
{
return "overall_footer.html";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 202 => 59, 201 => 58, 196 => 56, 182 => 55, 179 => 54, 170 => 53, 167 => 52, 152 => 51, 137 => 50, 130 => 49, 122 => 48, 118 => 47, 114 => 45, 110 => 44, 91 => 30, 76 => 26, 72 => 24, 63 => 23, 58 => 22, 42 => 8, 30 => 7, 26 => 5, 25 => 4, 21 => 2, 19 => 1,);
}
}
/* <!-- EVENT overall_footer_content_after -->*/
/* </div>*/
/* */
/* <!-- EVENT overall_footer_page_body_after -->*/
/* */
/* <div id="page-footer" role="contentinfo">*/
/* <!-- INCLUDE navbar_footer.html -->*/
/* */
/* <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>*/
/* <!-- низз -->*/
/* <ins class="adsbygoogle"*/
/* style="display:block"*/
/* data-ad-client="ca-pub-6916543814325661"*/
/* data-ad-slot="3675574031"*/
/* data-ad-format="auto"></ins>*/
/* <script>*/
/* (adsbygoogle = window.adsbygoogle || []).push({});*/
/* </script>*/
/* <div class="copyright">*/
/* <a href="http://phpage.info/forum/thema93?page=1" ><img src="http://forsoc.ru/conkyrs.png" ></a>*/
/* */
/* <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->*/
/* <!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->*/
/* </div>*/
/* */
/* <div id="darkenwrapper" data-ajax-error-title="{L_AJAX_ERROR_TITLE}" data-ajax-error-text="{L_AJAX_ERROR_TEXT}" data-ajax-error-text-abort="{L_AJAX_ERROR_TEXT_ABORT}" data-ajax-error-text-timeout="{L_AJAX_ERROR_TEXT_TIMEOUT}" data-ajax-error-text-parsererror="{L_AJAX_ERROR_TEXT_PARSERERROR}">*/
/* <div id="darken"> </div>*/
/* </div>*/
/* */
/* <div id="phpbb_alert" class="phpbb_alert" data-l-err="{L_ERROR}" data-l-timeout-processing-req="{L_TIMEOUT_PROCESSING_REQ}">*/
/* <a href="#" class="alert_close"></a>*/
/* <h3 class="alert_title"> </h3><p class="alert_text"></p>*/
/* </div>*/
/* <div id="phpbb_confirm" class="phpbb_alert">*/
/* <a href="#" class="alert_close"></a>*/
/* <div class="alert_text"></div>*/
/* </div>*/
/* </div>*/
/* */
/* </div>*/
/* */
/* <div>*/
/* <a id="bottom" class="anchor" accesskey="z"></a>*/
/* <!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->*/
/* </div>*/
/* */
/* <script type="text/javascript" src="{T_JQUERY_LINK}"></script>*/
/* <!-- IF S_ALLOW_CDN --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.min.js?assets_version={T_ASSETS_VERSION}" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF -->*/
/* <script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>*/
/* <!-- INCLUDEJS forum_fn.js -->*/
/* <!-- INCLUDEJS ajax.js -->*/
/* */
/* <!-- EVENT overall_footer_after -->*/
/* */
/* <!-- IF S_PLUPLOAD --><!-- INCLUDE plupload.html --><!-- ENDIF -->*/
/* {$SCRIPTS}*/
/* */
/* <!-- EVENT overall_footer_body_after -->*/
/* */
/* </body>*/
/* </html>*/
/* */