Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
system
/
storage
/
cache
/
90
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /* default/template/common/content_top.twig */ class __TwigTemplate_b00095ba1d74317f70b75dea52dd623b1d66b35f663001b6c1e3cb015e33d361 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_top.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 23 => 2, 19 => 1,); } } /* {% for module in modules %}*/ /* {{ module }}*/ /* {% endfor %}*/