Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
system
/
storage
/
cache
/
29
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /* default/template/common/block5.twig */ class __TwigTemplate_d99492c2531c5c019dfd7e7ff8b28c3a3454a3098c29b22eaa5ea72e25167af9 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 if ((isset($context["modules"]) ? $context["modules"] : null)) { // line 2 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable((isset($context["modules"]) ? $context["modules"] : null)); foreach ($context['_seq'] as $context["_key"] => $context["module"]) { // line 3 echo " "; echo $context["module"]; echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['module'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; } } public function getTemplateName() { return "default/template/common/block5.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 26 => 3, 21 => 2, 19 => 1,); } } /* {% if modules %}*/ /* {% for module in modules %}*/ /* {{ module }}*/ /* {% endfor %}*/ /* {% endif %}*/ /* */