File "50a81a8ddf302b8f4d9893cf361977b3ba8296e2cd52726af209314993c4768f.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/cache/50/50a81a8ddf302b8f4d9893cf361977b3ba8296e2cd52726af209314993c4768f.php
File
size: 1.61 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
/* tt_madison1/template/common/home.twig */
class __TwigTemplate_3c9ea889cd5ac4595aef0791b1618e2126f9280e5beb5ed9c9b385e7c1c1edcd 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 "
\t<div id=\"content\">
\t\t";
// line 3
echo (isset($context["column_left"]) ? $context["column_left"] : null);
echo "\t\t
\t\t";
// line 4
echo (isset($context["content_top"]) ? $context["content_top"] : null);
echo "\t\t
\t\t";
// line 5
echo (isset($context["content_bottom"]) ? $context["content_bottom"] : null);
echo "\t\t
\t\t";
// line 6
echo (isset($context["column_right"]) ? $context["column_right"] : null);
echo "\t\t
\t</div>
";
// line 8
echo (isset($context["footer"]) ? $context["footer"] : null);
}
public function getTemplateName()
{
return "tt_madison1/template/common/home.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 8, 36 => 6, 32 => 5, 28 => 4, 24 => 3, 19 => 1,);
}
}
/* {{ header }}*/
/* <div id="content">*/
/* {{ column_left }} */
/* {{ content_top }} */
/* {{ content_bottom }} */
/* {{ column_right }} */
/* </div>*/
/* {{ footer }}*/