Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/joomla4/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/joomla4/e5.tar

e54e5df792a589c9d7008994dd6e9cdae7829c6fa8d04ce12f3bf5d0f5d9b8f1.php000064400000005235151162442660016531
0ustar00<?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/module.html.twig */
class
__TwigTemplate_6adc2f9f2cebabe749c419d348c5a80624f555a27f2155b6765a6b951856ee0d
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/module.html.twig", 1);
        $this->parent->display($context,
array_merge($this->blocks, $blocks));
    }

    // line 3
    public function block_particle($context, array $blocks = [])
    {
        // line 4
        echo "    ";
        echo
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "platform", []), "displayModule", [0 =>
$this->getAttribute(($context["particle"] ?? null),
"module_id", []), 1 => ["style" =>
(($this->getAttribute(($context["particle"] ?? null),
"chrome", [], "any", true, true)) ?
(_twig_default_filter($this->getAttribute(($context["particle"]
?? null), "chrome", []), "gantry")) :
("gantry")), "position" => "particle"]],
"method");
        echo "
";
    }

    public function getTemplateName()
    {
        return "@particles/module.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 %}
    {{ gantry.platform.displayModule(particle.module_id,
{'style': particle.chrome|default('gantry'),
'position': 'particle'})|raw }}
{% endblock %}
", "@particles/module.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/particles/module.html.twig");
    }
}