parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo " \t \t"; // line 5 if ( !twig_test_empty(($context["FEED_TITLE"] ?? null))) { echo ""; echo ($context["FEED_TITLE"] ?? null); echo ""; } // line 6 echo " \t"; // line 7 if ( !twig_test_empty(($context["FEED_SUBTITLE"] ?? null))) { echo ""; echo ($context["FEED_SUBTITLE"] ?? null); echo ""; } // line 8 echo " \t"; // line 9 if ( !twig_test_empty(($context["FEED_LINK"] ?? null))) { echo ""; } // line 10 echo " \t"; // line 11 echo ($context["FEED_UPDATED"] ?? null); echo " \t \t"; // line 14 echo ($context["SELF_LINK"] ?? null); echo " \t"; // line 16 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["FEED_ROWS"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["row"]) { // line 17 echo "\t \t\t"; // line 18 if ( !twig_test_empty($this->getAttribute($context["row"], "author", array()))) { echo "getAttribute($context["row"], "author", array()); echo "]]>"; } // line 19 echo " \t\t"; // line 20 if ( !twig_test_empty($this->getAttribute($context["row"], "updated", array()))) { echo $this->getAttribute($context["row"], "updated", array()); echo " "; } else { echo $this->getAttribute($context["row"], "published", array()); } echo " \t\t"; // line 22 if ( !twig_test_empty($this->getAttribute($context["row"], "published", array()))) { echo ""; echo $this->getAttribute($context["row"], "published", array()); echo ""; } // line 23 echo " \t\t"; // line 24 echo $this->getAttribute($context["row"], "link", array()); echo " \t\tgetAttribute($context["row"], "link", array()); echo "\"/> \t\t<![CDATA["; // line 26 echo $this->getAttribute($context["row"], "title", array()); echo "]]> \t\t"; // line 28 if ((( !twig_test_empty($this->getAttribute($context["row"], "category", array())) && $this->getAttribute($context["row"], "category_name", array(), "any", true, true)) && ($this->getAttribute($context["row"], "category_name", array()) != ""))) { // line 29 echo "\t\t\tgetAttribute($context["row"], "category_name", array()); echo "\" scheme=\""; echo $this->getAttribute($context["row"], "category", array()); echo "\" label=\""; echo $this->getAttribute($context["row"], "category_name", array()); echo "\"/> \t\t"; } // line 31 echo " \t\tgetAttribute($context["row"], "link", array()); echo "\">getAttribute($context["row"], "description", array()); if ( !twig_test_empty($this->getAttribute($context["row"], "statistics", array()))) { echo "

"; echo $this->env->getExtension('phpbb\template\twig\extension')->lang("STATISTICS"); echo ": "; echo $this->getAttribute($context["row"], "statistics", array()); echo "

"; } echo "
]]>
\t
\t"; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 37 echo "
"; } public function getTemplateName() { return "feed.xml.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 156 => 37, 139 => 33, 135 => 32, 132 => 31, 122 => 29, 120 => 28, 115 => 26, 111 => 25, 107 => 24, 104 => 23, 98 => 22, 88 => 20, 85 => 19, 79 => 18, 76 => 17, 72 => 16, 67 => 14, 63 => 13, 58 => 11, 55 => 10, 49 => 9, 46 => 8, 40 => 7, 37 => 6, 31 => 5, 26 => 3, 22 => 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("", "feed.xml.twig", ""); } }