Spade

Mini Shell

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

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

67fa2020d0e6e34857cf46cff5745c6e7170653d21fce25fa5d5bbdd439b7a3f.php000064400000014532151160746520016321
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;

/* @nucleus/content/position.html.twig */
class
__TwigTemplate_0be66d26706921a21fc24e50c98fc6613163db5bb31e30d706547d11fab9e1cb
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
        try {            // line 2
            echo "    ";
            if ( !($context["particle"] ?? null)) {
                // line 3
                echo "        ";
                $context["enabled"] =
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "get", [0 =>
(("particles." .
$this->getAttribute(($context["segment"] ?? null),
"type", [])) . ".enabled"), 1 => 1],
"method");
                // line 4
                echo "        ";
                $context["particle"] =
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "getJoined", [0 =>
("particles." .
$this->getAttribute(($context["segment"] ?? null),
"type", [])), 1 =>
$this->getAttribute(($context["segment"] ?? null),
"attributes", [])], "method");
                // line 5
                echo "    ";
            }
            // line 6
            echo "
    ";
            // line 7
            ob_start(function () { return ''; });
            // line 8
            echo "        ";
            if ((($context["enabled"] ?? null) && ((null
===
$this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "enabled", [])) ||
$this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "enabled", [])))) {
                // line 9
                echo "            ";
                $this->loadTemplate([0 => (("particles/" .
(($this->getAttribute(($context["segment"] ?? null),
"subtype", [], "any", true, true)) ?
(_twig_default_filter($this->getAttribute(($context["segment"]
?? null), "subtype", []), "position")) :
("position"))) . ".html.twig"), 1 =>
(("@particles/" . (($this->getAttribute(                //
line 10
($context["segment"] ?? null), "subtype", [],
"any", true, true)) ?
(_twig_default_filter($this->getAttribute(($context["segment"]
?? null), "subtype", []), "position")) :
("position"))) . ".html.twig")],
"@nucleus/content/position.html.twig", 9)->display($context);
                // line 11
                echo "        ";
            }
            // line 12
            echo "    ";
            $context["html"] = ('' === $tmp =
ob_get_clean()) ? '' : new Markup($tmp,
$this->env->getCharset());
            // line 14
            if (twig_trim_filter(($context["html"] ?? null))) {
                // line 15
                echo "        ";
                if (($this->getAttribute(($context["gantry"]
?? null), "debug", []) &&
$this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "key", []))) {
                    echo "<!-- START POSITION ";
                    echo twig_escape_filter($this->env,
$this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "key", []),
"html", null, true);
                    echo " -->";
                }
                // line 16
                echo "
        <div class=\"g-content";
                // line 17
                (($this->getAttribute(($context["segment"] ??
null), "classes", [])) ? (print
(twig_escape_filter($this->env, (" " .
twig_escape_filter($this->env,
twig_join_filter($this->getAttribute(($context["segment"] ??
null), "classes", []), " "))), "html", null,
true))) : (print ("")));
                echo "\">
            ";
                // line 18
                echo ($context["html"] ?? null);
                echo "
        </div>
        ";
                // line 20
                if (($this->getAttribute(($context["gantry"]
?? null), "debug", []) &&
$this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "key", []))) {
                    echo "<!-- END POSITION ";
                    echo twig_escape_filter($this->env,
$this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "key", []),
"html", null, true);
                    echo " -->";
                }
                // line 21
                echo "    ";
            }
            // line 22
            echo "
";
        } catch (\Exception $e) {
            if ($context['gantry']->debug()) throw $e;
            GANTRY_DEBUGGER &&
method_exists('Gantry\Debugger', 'addException')
&& \Gantry\Debugger::addException($e);
            $context['e'] = $e;
            // line 24
            echo "    <div class=\"alert
alert-error\"><strong>Error</strong> while rendering
";
            echo twig_escape_filter($this->env,
(($this->getAttribute(($context["segment"] ?? null),
"subtype", [], "any", true, true)) ?
(_twig_default_filter($this->getAttribute(($context["segment"]
?? null), "subtype", []), "position")) :
("position")), "html", null, true);
            echo ".</div>
";
        }
    }

    public function getTemplateName()
    {
        return "@nucleus/content/position.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  98 => 24,  91 => 22,  88 => 21,  82 =>
20,  77 => 18,  73 => 17,  70 => 16,  63 => 15,  61 => 14, 
58 => 12,  55 => 11,  53 => 10,  51 => 9,  48 => 8,  46
=> 7,  43 => 6,  40 => 5,  37 => 4,  34 => 3,  31 => 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/content/position.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/templates/content/position.html.twig");
    }
}
670f1994cce00c44806003d2fea9932f7a61746e5b4a5678d5b152f4144f6147.php000064400000015221151162345020015505
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;

/* partials/configuration-selector.html.twig */
class
__TwigTemplate_1df7dc6706cd51382c0ecc5a965843be2817a4c8c31117d50d23109c2dc24dc8
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
        echo "<li class=\"config-select-wrap\">
    ";
        // line 2
        $context["selected_title"] =
(((($context["configuration"] ?? null) == "default")) ?
($this->env->getExtension('Gantry\Component\Twig\TwigExtension')->transFilter("GANTRY5_PLATFORM_BASE_OUTLINE"))
: (""));
        // line 3
        echo "    ";
        $context["selected_value"] =
(((($context["configuration"] ?? null) == "default")) ?
("default") : (""));
        // line 4
        echo "    ";
        $context["selected_editable"] = true;
        // line 5
        echo "    <select id=\"configuration-selector\"
class=\"config-select\" data-selectize-ajaxify
data-selectize=\"";
        echo twig_escape_filter($this->env,
twig_jsonencode_filter(["allowEmptyOption" => true]),
"html_attr");
        echo "\">
        ";
        // line 6
       
$this->loadTemplate("partials/outlines-list.html.twig",
"partials/configuration-selector.html.twig",
6)->display($context);
        // line 7
        echo "    </select>

    ";
        // line 9
        $context['_parent'] = $context;
        $context['_seq'] =
twig_ensure_traversable($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "outlines", []), "user", []));
        foreach ($context['_seq'] as $context["name"]
=> $context["title"]) {
            // line 10
            echo "        ";
            if (($context["name"] ==
($context["configuration"] ?? null))) {
                // line 11
                echo "            ";
                $context["selected_title"] =
$context["title"];
                // line 12
                echo "            ";
                $context["selected_value"] =
$context["name"];
                // line 13
                echo "        ";
            }
            // line 14
            echo "    ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'],
$context['name'], $context['title'],
$context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 15
        echo "    ";
        $context['_parent'] = $context;
        $context['_seq'] =
twig_ensure_traversable($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "outlines", []), "system", []));
        foreach ($context['_seq'] as $context["name"]
=> $context["title"]) {
            // line 16
            echo "        ";
            if (($context["name"] ==
($context["configuration"] ?? null))) {
                // line 17
                echo "            ";
                $context["selected_title"] =
$context["title"];
                // line 18
                echo "            ";
                $context["selected_value"] =
$context["name"];
                // line 19
                echo "            ";
                $context["selected_editable"] = false;
                // line 20
                echo "        ";
            }
            // line 21
            echo "    ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'],
$context['name'], $context['title'],
$context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 22
        echo "
    ";
        // line 23
        if (((($context["selected_editable"] ?? null) &&
$this->getAttribute(($context["gantry"] ?? null),
"authorize", [0 => "outline.rename"],
"method")) && (($context["configuration"] ??
null) != "default"))) {
            // line 24
            echo "    <span data-title-editable=\"";
            echo twig_escape_filter($this->env,
($context["selected_title"] ?? null), "html", null,
true);
            echo "\"
          data-g-config-href=\"";
            // line 25
            echo twig_escape_filter($this->env,
$this->getAttribute(($context["gantry"] ?? null),
"route", [0 => "configurations", 1 =>
($context["selected_value"] ?? null), 2 =>
"rename"], "method"), "html", null, true);
            echo "\"
          class=\"title g-conf-title-edit\"
    >
        ";
            // line 28
            echo twig_escape_filter($this->env,
($context["selected_title"] ?? null), "html", null,
true);
            echo "
    </span>
    <i class=\"fa fa-pencil font-small\"
       aria-hidden=\"true\"
       tabindex=\"0\"
       aria-label=\"";
            // line 33
            echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->transFilter("GANTRY5_PLATFORM_EDIT_TITLE",
($context["selected_title"] ?? null)), "html", null,
true);
            echo "\"
       data-title-editable=\"";
            // line 34
            echo twig_escape_filter($this->env,
($context["selected_title"] ?? null), "html", null,
true);
            echo "\"
       data-title-edit=\"\"></i>
    ";
        }
        // line 37
        echo "</li>
";
    }

    public function getTemplateName()
    {
        return "partials/configuration-selector.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  134 => 37,  128 => 34,  124 => 33,  116
=> 28,  110 => 25,  105 => 24,  103 => 23,  100 => 22,  94
=> 21,  91 => 20,  88 => 19,  85 => 18,  82 => 17,  79 =>
16,  74 => 15,  68 => 14,  65 => 13,  62 => 12,  59 => 11, 
56 => 10,  52 => 9,  48 => 7,  46 => 6,  41 => 5,  38 =>
4,  35 => 3,  33 => 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("",
"partials/configuration-selector.html.twig",
"/home/lmsyaran/public_html/administrator/components/com_gantry5/templates/partials/configuration-selector.html.twig");
    }
}