File "90da4a10aa178bec4710ef1ff5ce50a6ee57de761bb28a985fcf23f77b06da88.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/cache/90/90da4a10aa178bec4710ef1ff5ce50a6ee57de761bb28a985fcf23f77b06da88.php
File
size: 1.32 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
/* default/template/common/content_top.twig */
class __TwigTemplate_b00095ba1d74317f70b75dea52dd623b1d66b35f663001b6c1e3cb015e33d361 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
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["modules"]) ? $context["modules"] : null));
foreach ($context['_seq'] as $context["_key"] => $context["module"]) {
// line 2
echo $context["module"];
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['module'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "default/template/common/content_top.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 23 => 2, 19 => 1,);
}
}
/* {% for module in modules %}*/
/* {{ module }}*/
/* {% endfor %}*/