File "c8b7030bfbfee4767dda792a04615991da9422c9c9102c3e6975d915c59c06b6.php"

Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/cache/c8/c8b7030bfbfee4767dda792a04615991da9422c9c9102c3e6975d915c59c06b6.php
File size: 2.29 B (2.29 KB bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php

/* default/template/common/column_right.twig */
class __TwigTemplate_a93d150196a017deaf19dde4e25486c120a8d8c23f765a75e505ec590c8ce369 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-right\" class=\"col-sm-3 hidden-xs\">
  ";
            // line 3
            if ((isset($context["use_layered"]) ? $context["use_layered"] : null)) {
                // line 4
                echo "    ";
                echo (isset($context["layered_section"]) ? $context["layered_section"] : null);
                echo "
  ";
            }
            // line 6
            echo "  ";
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable((isset($context["modules"]) ? $context["modules"] : null));
            foreach ($context['_seq'] as $context["_key"] => $context["module"]) {
                // line 7
                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 9
            echo "</aside>
";
        }
    }

    public function getTemplateName()
    {
        return "default/template/common/column_right.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  46 => 9,  37 => 7,  32 => 6,  26 => 4,  24 => 3,  21 => 2,  19 => 1,);
    }
}
/* {% if modules or use_layered %}*/
/* <aside id="column-right" class="col-sm-3 hidden-xs">*/
/*   {% if use_layered %}*/
/*     {{ layered_section }}*/
/*   {% endif %}*/
/*   {% for module in modules %}*/
/*   {{ module }}*/
/*   {% endfor %}*/
/* </aside>*/
/* {% endif %}*/
/* */