Файл: forsoc.ru/cache/twig/58/58ed531223ed7aa519bb1e491836b4a741ba2c44bbb91728d334b7a404c034f6.php
Строк: 52
<?php
/* @alg_ForumSponsor/event/forumlist_body_forum_row_before.html */
class __TwigTemplate_6a83edf16b530a6622b255a363c5f5ff45d0b06633b49611241d96ebd1c963bd 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["S_IS_BOT"]) ? $context["S_IS_BOT"] : null)) {
// line 2
echo " ";
if ($this->getAttribute((isset($context["forumrow"]) ? $context["forumrow"] : null), "FORUM_SPONSOR", array())) {
// line 3
echo " <li id="fs";
echo $this->getAttribute((isset($context["forumrow"]) ? $context["forumrow"] : null), "FORUM_ID", array());
echo "" class="sponsor" data-sponsor='";
echo $this->getAttribute((isset($context["forumrow"]) ? $context["forumrow"] : null), "FORUM_SPONSOR", array());
echo "'></li>
";
}
// line 5
echo " ";
}
// line 6
echo "
";
}
public function getTemplateName()
{
return "@alg_ForumSponsor/event/forumlist_body_forum_row_before.html";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 35 => 6, 32 => 5, 24 => 3, 21 => 2, 19 => 1,);
}
}
/* <!-- IF not S_IS_BOT -->*/
/* <!-- IF forumrow.FORUM_SPONSOR -->*/
/* <li id="fs{forumrow.FORUM_ID}" class="sponsor" data-sponsor='{forumrow.FORUM_SPONSOR}'></li>*/
/* <!-- ENDIF -->*/
/* <!-- ENDIF -->*/
/* */
/* */