Spade

Mini Shell

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

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

PK�[]��)E	E	D93f69c2de7c7dd5dc8cb7f48212f8a84d3fd4bb76b758987e96f481153297c70.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/branding.html.twig */
class
__TwigTemplate_f7e9e657d00d8c0398e200ecdbe0be8550080cd48918ab5009c815cab4eb83c0
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/branding.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 class=\"g-branding ";
        echo twig_escape_filter($this->env,
$this->getAttribute($this->getAttribute(($context["particle"]
?? null), "css", []), "class", []), "html",
null, true);
        echo "\">
    ";
        // line 5
        echo $this->getAttribute(($context["particle"] ??
null), "content", []);
        echo "
</div>
";
    }

    public function getTemplateName()
    {
        return "@particles/branding.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  47 => 5,  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("",
"@particles/branding.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/particles/branding.html.twig");
    }
}
PK�[]��)E	E	D93f69c2de7c7dd5dc8cb7f48212f8a84d3fd4bb76b758987e96f481153297c70.phpnu�[���PK��