Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/cache/gantry5/g5_hydrogen/twig/7c/7c1db36dc353e520853af7d315954de078a89b336c08cee39ee1b1fa4fba6a38.php
Назад
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* @nucleus/layout/container.html.twig */ class __TwigTemplate_09b5c7f93f00ebf9eecddef19920ea617a357d7d779f99aac25c9174282d53be extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 ob_start(function () { return ''; }); // line 2 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["segments"] ?? null)); $context['loop'] = [ 'parent' => $context['_parent'], 'index0' => 0, 'index' => 1, 'first' => true, ]; if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { $length = count($context['_seq']); $context['loop']['revindex0'] = $length - 1; $context['loop']['revindex'] = $length; $context['loop']['length'] = $length; $context['loop']['last'] = 1 === $length; } foreach ($context['_seq'] as $context["_key"] => $context["segment"]) { // line 3 echo " "; $this->loadTemplate((("@nucleus/layout/" . $this->getAttribute($context["segment"], "type", [])) . ".html.twig"), "@nucleus/layout/container.html.twig", 3)->display(twig_array_merge($context, ["segments" => $this->getAttribute($context["segment"], "children", [])])); // line 4 echo " "; ++$context['loop']['index0']; ++$context['loop']['index']; $context['loop']['first'] = false; if (isset($context['loop']['length'])) { --$context['loop']['revindex0']; --$context['loop']['revindex']; $context['loop']['last'] = 0 === $context['loop']['revindex0']; } } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['segment'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; $context["html"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 6 echo " "; // line 7 if (($this->getAttribute($this->getAttribute(($context["segment"] ?? null), "attributes", []), "sticky", []) || twig_trim_filter(($context["html"] ?? null)))) { // line 8 echo " "; $context["attr_id"] = (($this->getAttribute($this->getAttribute(($context["segment"] ?? null), "attributes", []), "id", [])) ? ($this->getAttribute($this->getAttribute(($context["segment"] ?? null), "attributes", []), "id", [])) : (("g-" . $this->getAttribute(($context["segment"] ?? null), "id", [])))); // line 9 echo " "; $context["boxed"] = $this->getAttribute($this->getAttribute(($context["segment"] ?? null), "attributes", []), "boxed", []); // line 10 echo " "; if ( !(null === ($context["boxed"] ?? null))) { // line 11 echo " "; $context["boxed"] = (((twig_trim_filter(($context["boxed"] ?? null)) == "")) ? ($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"] ?? null), "config", []), "page", []), "body", []), "layout", []), "sections", [])) : (($context["boxed"] ?? null))); // line 12 echo " "; } // line 13 echo " "; $context["class"] = ("g-wrapper" . (($this->getAttribute($this->getAttribute(($context["segment"] ?? null), "attributes", []), "class", [])) ? ((" " . $this->getAttribute($this->getAttribute(($context["segment"] ?? null), "attributes", []), "class", []))) : (""))); // line 14 echo " "; $context["attr_extra"] = $this->env->getExtension('Gantry\Component\Twig\TwigExtension')->attributeArrayFilter($this->getAttribute($this->getAttribute(($context["segment"] ?? null), "attributes", []), "extra", [])); // line 15 echo " "; // line 16 if (( !(null === ($context["boxed"] ?? null)) && ((($context["boxed"] ?? null) == 0) || (($context["boxed"] ?? null) == 2)))) { // line 17 echo " "; ob_start(function () { return ''; }); // line 18 echo " <div class=\"g-container"; echo (((($context["boxed"] ?? null) == 2)) ? (" g-flushed") : ("")); echo "\">"; echo ($context["html"] ?? null); echo "</div> "; $context["html"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 20 echo " "; } // line 21 echo " "; // line 22 ob_start(function () { return ''; }); // line 23 echo " <section id=\""; echo twig_escape_filter($this->env, ($context["attr_id"] ?? null), "html", null, true); echo "\" class=\""; echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true); echo "\""; echo ($context["attr_extra"] ?? null); echo "> "; // line 24 echo ($context["html"] ?? null); echo " </section> "; $context["html"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 27 echo " "; // line 28 if ((($context["boxed"] ?? null) == 1)) { // line 29 echo " <div class=\"g-container\">"; echo ($context["html"] ?? null); echo "</div> "; } else { // line 31 echo " "; echo ($context["html"] ?? null); echo " "; } } } public function getTemplateName() { return "@nucleus/layout/container.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 144 => 31, 138 => 29, 136 => 28, 133 => 27, 127 => 24, 118 => 23, 116 => 22, 113 => 21, 110 => 20, 102 => 18, 99 => 17, 97 => 16, 94 => 15, 91 => 14, 88 => 13, 85 => 12, 82 => 11, 79 => 10, 76 => 9, 73 => 8, 71 => 7, 68 => 6, 53 => 4, 50 => 3, 32 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "@nucleus/layout/container.html.twig", "/home/lmsyaran/public_html/media/gantry5/engines/nucleus/templates/layout/container.html.twig"); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка