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