Файл: forsoc.ru/cache/twig/8c/8c29dd1cf4731a670896babdaa68ae85748f5d6d6fa6f8a755f78676e702406b.php
Строк: 74
<?php
/* @paybas_recenttopics/event/index_body_forumlist_body_after.html */
class __TwigTemplate_f2244f20a5334dcbfbb2c6916be146445f3e957908624ba34853e783bfb79837 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
if ((((isset($context["RECENT_TOPICS_DISPLAY"]) ? $context["RECENT_TOPICS_DISPLAY"] : null) && (isset($context["RT_ALT_LOCATION"]) ? $context["RT_ALT_LOCATION"] : null)) && ((isset($context["recent_topics_included"]) ? $context["recent_topics_included"] : null) != true))) {
$location = "recent_topics_body.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("recent_topics_body.html", "@paybas_recenttopics/event/index_body_forumlist_body_after.html", 1)->display($context);
if ($namespace) {
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
}
echo "<!-- DEFINE recent_topics_included = true -->";
}
}
public function getTemplateName()
{
return "@paybas_recenttopics/event/index_body_forumlist_body_after.html";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 19 => 1,);
}
}
/* <!-- IF RECENT_TOPICS_DISPLAY and RT_ALT_LOCATION and recent_topics_included neq true --><!-- INCLUDE recent_topics_body.html --><!-- DEFINE recent_topics_included = true --><!-- ENDIF -->*/
/* */