Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
system
/
storage
/
cache
/
50
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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 }}*/