Spade

Mini Shell

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

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

PKa��[�[�
�
D648ff221bcdedd27677285b2d05338ff16f7b10be2d85b8d4771dc5bdea6c1cb.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/copyright.html.twig */
class
__TwigTemplate_5ff95f1fc04eab7de5533d12bd302f707641757cff5d4402db6f17a4cae6ff88
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 = [])
    {
        // line 3
        $context["start_date"] =
((twig_in_filter(twig_trim_filter($this->getAttribute($this->getAttribute(($context["particle"]
?? null), "date", []), "start", [])), [0 =>
"now", 1 => ""])) ?
(call_user_func_array($this->env->getFilter('date')->getCallable(),
[$this->env, "now", "Y"])) :
(twig_escape_filter($this->env,
$this->getAttribute($this->getAttribute(($context["particle"]
?? null), "date", []), "start", []))));
        // line 4
        $context["end_date"] =
((twig_in_filter(twig_trim_filter($this->getAttribute($this->getAttribute(($context["particle"]
?? null), "date", []), "end", [])), [0 =>
"now", 1 => ""])) ?
(call_user_func_array($this->env->getFilter('date')->getCallable(),
[$this->env, "now", "Y"])) :
(twig_escape_filter($this->env,
$this->getAttribute($this->getAttribute(($context["particle"]
?? null), "date", []), "end", []))));
        // line 1
        $this->parent =
$this->loadTemplate("@nucleus/partials/particle.html.twig",
"@particles/copyright.html.twig", 1);
        $this->parent->display($context,
array_merge($this->blocks, $blocks));
    }

    // line 6
    public function block_particle($context, array $blocks = [])
    {
        // line 7
        echo "    &copy;
    ";
        // line 8
        if ((($context["start_date"] ?? null) !=
($context["end_date"] ?? null))) {
            echo twig_escape_filter($this->env,
($context["start_date"] ?? null));
            echo " - ";
        }
        // line 9
        echo "    ";
        echo twig_escape_filter($this->env,
($context["end_date"] ?? null));
        echo "
    ";
        // line 10
        echo $this->getAttribute(($context["particle"] ??
null), "owner", []);
        echo "
";
    }

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  60 => 10,  55 => 9,  50 => 8,  47 => 7,
 44 => 6,  39 => 1,  37 => 4,  35 => 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/copyright.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/particles/copyright.html.twig");
    }
}
PK�M�[�F�U��D6460311983ceadc6e6d19f9b26a69f906d5a21330d81f7f3110d01e81ce761d0.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;

/* forms/fields/enable/enable.html.twig */
class
__TwigTemplate_e68cb7f8e8219450d9e79536ca934d2eb620b1c6719167f36fdaa547d5d0e553
extends \Twig\Template
{
    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->blocks = [
            'input' => [$this, 'block_input'],
        ];
    }

    protected function doGetParent(array $context)
    {
        // line 1
        return $this->loadTemplate(((($context["default"] ??
null)) ? ("partials/field.html.twig") : ((("forms/" .
(((isset($context["layout"]) ||
array_key_exists("layout", $context))) ?
(_twig_default_filter(($context["layout"] ?? null),
"field")) : ("field"))) . ".html.twig"))),
"forms/fields/enable/enable.html.twig", 1);
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $this->getParent($context)->display($context,
array_merge($this->blocks, $blocks));
    }

    // line 3
    public function block_input($context, array $blocks = [])
    {
        // line 4
        echo "    <span class=\"enabler\"
role=\"checkbox\" aria-checked=\"";
        echo ((($context["value"] ?? null)) ? ("true")
: ("false"));
        echo "\" tabindex=\"0\"
aria-label=\"";
        ((($context["turned_off"] ?? null)) ? (print
("Disabled")) : (print (twig_escape_filter($this->env,
("Enables " .
_twig_default_filter(twig_trim_filter(twig_title_string_filter($this->env,
twig_replace_filter(($context["scope"] ?? null), ["."
=> " "]))), twig_trim_filter(($context["title"] ??
null)))), "html", null, true))));
        echo "\">
    <input
            ";
        // line 7
        echo "            type=\"hidden\"
            name=\"";
        // line 8
        echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->fieldNameFilter((($context["scope"]
?? null) . ($context["name"] ?? null))), "html", null,
true);
        echo "\"
            value=\"";
        // line 9
        echo ((($context["value"] ?? null)) ? (1) : (0));
        echo "\"
            ";
        // line 10
        if (($context["disabled"] ?? null)) {
            echo "disabled=\"disabled\"";
        }
        // line 11
        echo "            ";
        // line 12
        echo "            ";
        $this->displayBlock("global_attributes", $context,
$blocks);
        echo "
            />
    ";
        // line 14
        if (($context["turned_off"] ?? null)) {
            // line 15
            echo "    <span><i class=\"fa fa-ban\"
aria-hidden=\"true\"></i></span>
    ";
        } else {
            // line 17
            echo "    <span class=\"toggle\"><span
class=\"knob\"></span></span>
    ";
        }
        // line 19
        echo "</span>
";
    }

    public function getTemplateName()
    {
        return "forms/fields/enable/enable.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  82 => 19,  78 => 17,  74 => 15,  72 =>
14,  66 => 12,  64 => 11,  60 => 10,  56 => 9,  52 => 8,  49
=> 7,  41 => 4,  38 => 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("",
"forms/fields/enable/enable.html.twig",
"/home/lmsyaran/public_html/administrator/components/com_gantry5/templates/forms/fields/enable/enable.html.twig");
    }
}
PKa��[�[�
�
D648ff221bcdedd27677285b2d05338ff16f7b10be2d85b8d4771dc5bdea6c1cb.phpnu�[���PK�M�[�F�U��D	6460311983ceadc6e6d19f9b26a69f906d5a21330d81f7f3110d01e81ce761d0.phpnu�[���PK;