Файл: cache/4f/87/c22455126fa482a777f8a9e191e1bf05bb83cdee8ad93920b66b13737db5.php
Строк: 112
<?php
/* index.tpl */
class __TwigTemplate_4f87c22455126fa482a777f8a9e191e1bf05bb83cdee8ad93920b66b13737db5 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
$this->env->loadTemplate("header.tpl")->display($context);
// line 2
echo "
";
// line 3
$context['_parent'] = (array) $context;
$context['_seq'] = twig_ensure_traversable((isset($context["array"]) ? $context["array"] : null));
foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
// line 4
echo "<a class="link5" href="/category/";
echo twig_escape_filter($this->env, $this->getAttribute((isset($context["row"]) ? $context["row"] : null), "id"), "html", null, true);
echo ""><img src="/dir.png"> ";
echo twig_escape_filter($this->env, $this->getAttribute((isset($context["row"]) ? $context["row"] : null), "name"), "html", null, true);
echo " <span class="chet">";
echo twig_escape_filter($this->env, $this->getAttribute((isset($context["row"]) ? $context["row"] : null), "cnt"), "html", null, true);
echo "</span></a>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 6
echo "
";
// line 7
if ((isset($context["empty"]) ? $context["empty"] : null)) {
// line 8
echo "<div id="error" class="menu">";
echo twig_escape_filter($this->env, (isset($context["empty"]) ? $context["empty"] : null), "html", null, true);
echo "</div>
";
}
// line 10
echo "
<div class="mz">
<div class="obvodka">
<a class="link55" href="/reviews"> Отзывы <span class="chet4">";
// line 14
echo twig_escape_filter($this->env, (isset($context["reviews"]) ? $context["reviews"] : null), "html", null, true);
echo "</span></a>
<a class="link55" href="/prices"> Прейскурант <span class="chet4"></span></a>
<a class="link55" href="/contacts"> Контакты</a>
</div>
</div>
";
// line 26
$this->env->loadTemplate("footer.tpl")->display($context);
}
public function getTemplateName()
{
return "index.tpl";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 73 => 26, 58 => 14, 52 => 10, 46 => 8, 44 => 7, 41 => 6, 28 => 4, 24 => 3, 21 => 2, 19 => 1,);
}
}