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