Файл: cache/83/b8/d7039079c258864760a34fac293974f0f119210574344e205796365dc0a4.php
Строк: 79
<?php
/* contacts.tpl */
class __TwigTemplate_83b8d7039079c258864760a34fac293974f0f119210574344e205796365dc0a4 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 "
<div class="menu">
Для того, что бы сделать заказ, нужно всего лишь написать мне на контакты, указанные ниже.<br />
";
// line 5
$context['_parent'] = (array) $context;
$context['_seq'] = twig_ensure_traversable((isset($context["array"]) ? $context["array"] : null));
foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
// line 6
echo twig_escape_filter($this->env, $this->getAttribute((isset($context["row"]) ? $context["row"] : null), "name"), "html", null, true);
echo ": ";
echo twig_escape_filter($this->env, $this->getAttribute((isset($context["row"]) ? $context["row"] : null), "value"), "html", null, true);
echo "<br />
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 8
echo "
</div>
<a class="link5" href="/"><img src="/dir.png"> На главную</a>
";
// line 11
$this->env->loadTemplate("footer.tpl")->display($context);
}
public function getTemplateName()
{
return "contacts.tpl";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 45 => 11, 40 => 8, 30 => 6, 26 => 5, 21 => 2, 19 => 1,);
}
}