File "fabc29246230f9acc7ab795d8e2aa4f863de7e7f812a46f6e7015e6263b937f2.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/cache/fa/fabc29246230f9acc7ab795d8e2aa4f863de7e7f812a46f6e7015e6263b937f2.php
File
size: 1.45 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
/* default/template/extension/module/occmsblock.twig */
class __TwigTemplate_dce298fedbc19ca732106595944db563bcc24e54a08b452157aed9e7d29e7519 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 "<h2> AAAAAAAAAAA</h2>
<div id=\"cmsblock-'.";
// line 2
echo $this->getAttribute($this->getAttribute((isset($context["cmsblocks"]) ? $context["cmsblocks"] : null), 0, array(), "array"), "id_cmsblock", array(), "array");
echo "\" class=\"cmsblock\">
\t<div class='description'>";
// line 3
echo $this->getAttribute($this->getAttribute((isset($context["cmsblocks"]) ? $context["cmsblocks"] : null), 0, array(), "array"), "description", array(), "array");
echo "</div>
</div>
";
}
public function getTemplateName()
{
return "default/template/extension/module/occmsblock.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 26 => 3, 22 => 2, 19 => 1,);
}
}
/* <h2> AAAAAAAAAAA</h2>*/
/* <div id="cmsblock-'.{{ cmsblocks[0]['id_cmsblock'] }}" class="cmsblock">*/
/* <div class='description'>{{ cmsblocks[0]['description'] }}</div>*/
/* </div>*/
/* */