File "828101f63afd6f1e51f7ef0ed812490c95c005d8c47e30a22a919faf9692e08d.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/cache/82/828101f63afd6f1e51f7ef0ed812490c95c005d8c47e30a22a919faf9692e08d.php
File
size: 2.88 B (2.88 KB bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
/* default/template/common/home.twig */
class __TwigTemplate_c6f0d704e5a2aec2cddad687f7982f11ae7fb0c1522bb6e21b62d44e7af10622 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
echo (isset($context["header"]) ? $context["header"] : null);
echo "
<div id=\"common-home\" class=\"container\">
<div class=\"row\">";
// line 3
echo (isset($context["column_left"]) ? $context["column_left"] : null);
echo "
";
// line 4
if (((isset($context["column_left"]) ? $context["column_left"] : null) && (isset($context["column_right"]) ? $context["column_right"] : null))) {
// line 5
echo " ";
$context["class"] = "col-sm-6";
// line 6
echo " ";
} elseif (((isset($context["column_left"]) ? $context["column_left"] : null) || (isset($context["column_right"]) ? $context["column_right"] : null))) {
// line 7
echo " ";
$context["class"] = "col-sm-9";
// line 8
echo " ";
} else {
// line 9
echo " ";
$context["class"] = "col-sm-12";
// line 10
echo " ";
}
// line 11
echo " <div id=\"content\" class=\"";
echo (isset($context["class"]) ? $context["class"] : null);
echo "\">";
echo (isset($context["content_top"]) ? $context["content_top"] : null);
echo (isset($context["content_bottom"]) ? $context["content_bottom"] : null);
echo "</div>
";
// line 12
echo (isset($context["column_right"]) ? $context["column_right"] : null);
echo "</div>
</div>
";
// line 14
echo (isset($context["footer"]) ? $context["footer"] : null);
}
public function getTemplateName()
{
return "default/template/common/home.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 61 => 14, 56 => 12, 48 => 11, 45 => 10, 42 => 9, 39 => 8, 36 => 7, 33 => 6, 30 => 5, 28 => 4, 24 => 3, 19 => 1,);
}
}
/* {{ header }}*/
/* <div id="common-home" class="container">*/
/* <div class="row">{{ column_left }}*/
/* {% if column_left and column_right %}*/
/* {% set class = 'col-sm-6' %}*/
/* {% elseif column_left or column_right %}*/
/* {% set class = 'col-sm-9' %}*/
/* {% else %}*/
/* {% set class = 'col-sm-12' %}*/
/* {% endif %}*/
/* <div id="content" class="{{ class }}">{{ content_top }}{{ content_bottom }}</div>*/
/* {{ column_right }}</div>*/
/* </div>*/
/* {{ footer }}*/