File "688af8b74a94051ab720a29f87f43dd4b0a5a758623a37b695b34b174a7d2cb1.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/cache/68/688af8b74a94051ab720a29f87f43dd4b0a5a758623a37b695b34b174a7d2cb1.php
File
size: 2.39 B (2.39 KB bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
/* tt_madison1/template/common/column_left.twig */
class __TwigTemplate_2f1c93743aea30778b782dd3ca7733a45375d51a480eb39b3cb7dec022c2200d 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["modules"]) ? $context["modules"] : null) || (isset($context["use_layered"]) ? $context["use_layered"] : null))) {
// line 2
echo "<aside id=\"column-left\" class=\"col-md-3 col-sm-12\">
<div class=\"col-order-inner\">
";
// line 4
if ((isset($context["use_layered"]) ? $context["use_layered"] : null)) {
// line 5
echo " ";
echo (isset($context["layered_section"]) ? $context["layered_section"] : null);
echo "
";
}
// line 7
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["modules"]) ? $context["modules"] : null));
foreach ($context['_seq'] as $context["_key"] => $context["module"]) {
// line 8
echo " ";
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;
// line 10
echo " </div>
</aside>
";
}
}
public function getTemplateName()
{
return "tt_madison1/template/common/column_left.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 47 => 10, 38 => 8, 33 => 7, 27 => 5, 25 => 4, 21 => 2, 19 => 1,);
}
}
/* {% if modules or use_layered %}*/
/* <aside id="column-left" class="col-md-3 col-sm-12">*/
/* <div class="col-order-inner">*/
/* {% if use_layered %}*/
/* {{ layered_section }}*/
/* {% endif %}*/
/* {% for module in modules %}*/
/* {{ module }}*/
/* {% endfor %}*/
/* </div>*/
/* </aside>*/
/* {% endif %}*/
/* */