Spade

Mini Shell

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

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

1345bcde1305d20de487b8ddec906f978177f88fbd15bbabed8c69c786c8742b.php000064400000016161151162133520016420
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;

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

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

    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/input/filepicker.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 "    <div class=\"g-filepicker\">
        <div class=\"input-group append\">
            <input
                    ";
        // line 8
        echo "                    type=\"text\"
                    name=\"";
        // line 9
        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 10
        echo twig_escape_filter($this->env,
twig_join_filter(($context["value"] ?? null), ", "),
"html", null, true);
        echo "\"
                    ";
        // line 12
        echo "                    ";
        $this->displayBlock("global_attributes", $context,
$blocks);
        echo "
                    ";
        // line 14
        echo "                    ";
        if
(twig_in_filter($this->getAttribute(($context["field"] ??
null), "autocomplete", []), [0 => "on", 1 =>
"off"])) {
            echo "autocomplete=\"";
            echo twig_escape_filter($this->env,
$this->getAttribute(($context["field"] ?? null),
"autocomplete", []), "html", null, true);
            echo "\"";
        }
        // line 15
        echo "                    ";
        if
(twig_in_filter($this->getAttribute(($context["field"] ??
null), "autofocus", []), [0 => "on", 1 =>
"true", 2 => 1])) {
            echo "autofocus=\"autofocus\"";
        }
        // line 16
        echo "                    ";
        if
(twig_in_filter($this->getAttribute(($context["field"] ??
null), "disabled", []), [0 => "on", 1 =>
"true", 2 => 1])) {
            echo "disabled=\"disabled\"";
        }
        // line 17
        echo "                    ";
        if ($this->getAttribute(($context["field"] ?? null),
"list", [], "any", true, true)) {
            echo "list=\"";
            echo twig_escape_filter($this->env,
$this->getAttribute(($context["field"] ?? null),
"list", []), "html", null, true);
            echo "\"";
        }
        // line 18
        echo "                    ";
        if ($this->getAttribute(($context["field"] ?? null),
"placeholder", [], "any", true, true)) {
            echo "placeholder=\"";
            echo twig_escape_filter($this->env,
$this->getAttribute(($context["field"] ?? null),
"placeholder", []), "html", null, true);
            echo "\"";
        }
        // line 19
        echo "                    />
            ";
        // line 20
        $context["picker"] = ["field" =>
(("input[name=\"" . twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->fieldNameFilter((($context["scope"]
?? null) . ($context["name"] ?? null))))) .
"\"]"), "root" =>
twig_escape_filter($this->env,
(($this->getAttribute(($context["field"] ?? null),
"root", [], "any", true, true)) ?
(_twig_default_filter($this->getAttribute(($context["field"]
?? null), "root", []), "gantry-media://")) :
("gantry-media://"))), "filter" =>
twig_escape_filter($this->env,
(($this->getAttribute(($context["field"] ?? null),
"filter", [], "any", true, true)) ?
(_twig_default_filter($this->getAttribute(($context["field"]
?? null), "filter", []), false)) : (false)))];
        // line 21
        echo "            <span
class=\"input-group-btn\">
                <button class=\"button\"
type=\"button\" aria-label=\"";
        // line 22
        echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->transFilter("GANTRY5_PLATFORM_SELECT"),
"html", null, true);
        echo " ";
        echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->transKeyFilter($this->getAttribute(($context["field"]
?? null), "label", []), "GANTRY5_FORM_FIELD",
($context["scope"] ?? null), ($context["name"] ??
null), "LABEL"), "html", null, true);
        echo "\" data-g5-filepicker=\"";
        echo twig_escape_filter($this->env,
twig_jsonencode_filter(($context["picker"] ?? null)),
"html_attr");
        echo "\">
                    <i class=\"fa ";
        // line 23
        echo twig_escape_filter($this->env,
(($this->getAttribute(($context["field"] ?? null),
"icon", [], "any", true, true)) ?
(_twig_default_filter($this->getAttribute(($context["field"]
?? null), "icon", []), "fa-file-o")) :
("fa-file-o")), "html", null, true);
        echo "\" aria-hidden=\"true\" ></i>
                </button>
            </span>
            ";
        // line 26
        $this->displayBlock('reset_field', $context, $blocks);
        // line 27
        echo "        </div>
    </div>
";
    }

    // line 26
    public function block_reset_field($context, array $blocks = [])
    {
        $this->displayParentBlock("reset_field", $context,
$blocks);
    }

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  124 => 26,  118 => 27,  116 => 26,  110
=> 23,  102 => 22,  99 => 21,  97 => 20,  94 => 19,  87
=> 18,  80 => 17,  75 => 16,  70 => 15,  63 => 14,  58 =>
12,  54 => 10,  50 => 9,  47 => 8,  42 => 4,  39 => 3,  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("",
"forms/fields/input/filepicker.html.twig",
"/home/lmsyaran/public_html/administrator/components/com_gantry5/templates/forms/fields/input/filepicker.html.twig");
    }
}
13a4c282e70c479bc170622525cf48bdd917f84398ad22ba0e40a7c2c8ed9437.php000064400000037706151162376660016027
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/page_head.html.twig */
class
__TwigTemplate_b8fdba1cb40597367281a071ab24ad1606030dec6c4543fb7d81f4641fcccb82
extends \Twig\Template
{
    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->parent = false;

        $this->blocks = [
            'head_stylesheets' => [$this,
'block_head_stylesheets'],
            'head_platform' => [$this,
'block_head_platform'],
            'head_overrides' => [$this,
'block_head_overrides'],
            'head_meta' => [$this,
'block_head_meta'],
            'head_title' => [$this,
'block_head_title'],
            'head_application' => [$this,
'block_head_application'],
            'head_ie_stylesheets' => [$this,
'block_head_ie_stylesheets'],
            'head' => [$this, 'block_head'],
            'head_custom' => [$this,
'block_head_custom'],
        ];
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        // line 1
       
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "debugger", []), "assets", [],
"method");
        // line 2
       
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "theme", []), "loadAtoms", [],
"method");
        // line 4
        $assetFunction =
$this->env->getFunction('parse_assets')->getCallable();
        $assetVariables = ["priority" => 10];
        if ($assetVariables && !is_array($assetVariables)) {
            throw new UnexpectedValueException('{% scripts with x %}:
x is not an array');
        }
        $location = "head";
        if ($location && !is_string($location)) {
            throw new UnexpectedValueException('{% scripts in x %}: x
is not a string');
        }
        $priority = isset($assetVariables['priority']) ?
$assetVariables['priority'] : 0;
        ob_start();
        // line 5
        echo "    ";
        $this->displayBlock('head_stylesheets', $context,
$blocks);
        // line 15
        $this->displayBlock('head_platform', $context,
$blocks);
        // line 16
        echo "
    ";
        // line 17
        $this->displayBlock('head_overrides', $context,
$blocks);
        $content = ob_get_clean();
        $assetFunction($content, $location, $priority);
        // line 24
        echo "<head>
    ";
        // line 25
        echo
twig_join_filter($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "document", []), "getHtml", [0 =>
"head_top"], "method"), "
    ");
        echo "
    ";
        // line 26
        $this->displayBlock('head_meta', $context, $blocks);
        // line 52
        $this->displayBlock('head_title', $context, $blocks);
        // line 56
        echo "
    ";
        // line 57
        $this->displayBlock('head_application', $context,
$blocks);
        // line 61
        echo "
    ";
        // line 62
        $this->displayBlock('head_ie_stylesheets', $context,
$blocks);
        // line 70
        $this->displayBlock('head', $context, $blocks);
        // line 71
        echo "    ";
        $this->displayBlock('head_custom', $context, $blocks);
        // line 76
        echo "    ";
        echo
twig_join_filter($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "document", []), "getHtml", [0 =>
"head_bottom"], "method"), "
    ");
        echo "
</head>
";
    }

    // line 5
    public function block_head_stylesheets($context, array $blocks = [])
    {
        // line 6
        if
((($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", [], "any", false, true),
"page", [], "any", false, true),
"fontawesome", [], "any", false, true),
"enable", [], "any", true, true)) ?
(_twig_default_filter($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", [], "any", false, true),
"page", [], "any", false, true),
"fontawesome", [], "any", false, true),
"enable", []), 1)) : (1))) {
            // line 7
            echo "            <link rel=\"stylesheet\"
href=\"gantry-assets://css/font-awesome.min.css\"
type=\"text/css\"/>
        ";
        }
        // line 9
        echo "        <link rel=\"stylesheet\"
href=\"gantry-engine://css-compiled/nucleus.css\"
type=\"text/css\"/>
        ";
        // line 10
        $context['_parent'] = $context;
        $context['_seq'] =
twig_ensure_traversable((($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "theme", [], "any", false, true),
"configuration", [], "any", false, true),
"css", [], "any", false, true), "persistent",
[], "any", true, true)) ?
(_twig_default_filter($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "theme", [], "any", false, true),
"configuration", [], "any", false, true),
"css", [], "any", false, true), "persistent",
[]),
$this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "theme", []), "configuration", []),
"css", []), "files", []))) :
($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "theme", []), "configuration", []),
"css", []), "files", []))));
        foreach ($context['_seq'] as $context["_key"]
=> $context["scss"]) {
            // line 11
            echo "        <link rel=\"stylesheet\"
href=\"";
            echo twig_escape_filter($this->env,
$context["scss"], "html", null, true);
            echo ".scss\" type=\"text/css\"/>";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'],
$context['_key'], $context['scss'],
$context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 13
        echo "    ";
    }

    // line 15
    public function block_head_platform($context, array $blocks = [])
    {
    }

    // line 17
    public function block_head_overrides($context, array $blocks = [])
    {
        // line 18
        $context['_parent'] = $context;
        $context['_seq'] =
twig_ensure_traversable($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "theme", []), "configuration", []),
"css", []), "overrides", []));
        foreach ($context['_seq'] as $context["_key"]
=> $context["scss"]) {
            // line 19
            echo "        <link rel=\"stylesheet\"
href=\"";
            echo twig_escape_filter($this->env,
$context["scss"], "html", null, true);
            echo ".scss\" type=\"text/css\"/>";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'],
$context['_key'], $context['scss'],
$context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 21
        echo "    ";
    }

    // line 26
    public function block_head_meta($context, array $blocks = [])
    {
        // line 27
        echo "        <meta name=\"viewport\"
content=\"width=device-width, initial-scale=1.0\">
        <meta http-equiv=\"X-UA-Compatible\"
content=\"IE=edge\" />
        ";
        // line 29
        if
($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []), "head",
[]), "meta", [])) {
            // line 30
            $context['_parent'] = $context;
            $context['_seq'] =
twig_ensure_traversable($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []), "head",
[]), "meta", []));
            foreach ($context['_seq'] as
$context["_key"] => $context["attributes"]) {
                // line 31
                $context['_parent'] = $context;
                $context['_seq'] =
twig_ensure_traversable($context["attributes"]);
                foreach ($context['_seq'] as
$context["key"] => $context["value"]) {
                    // line 32
                    echo "                    ";
                    if
((is_string($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4
= $context["key"]) &&
is_string($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144
= "og:") && ('' ===
$__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144
|| 0 ===
strpos($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4,
$__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144))))
{
                        // line 33
                        echo "                    <meta
property=\"";
                        echo twig_escape_filter($this->env,
$context["key"]);
                        echo "\" content=\"";
                        echo twig_escape_filter($this->env,
$context["value"]);
                        echo "\" />
                    ";
                    } else {
                        // line 35
                        echo "                    <meta
name=\"";
                        echo twig_escape_filter($this->env,
$context["key"]);
                        echo "\" content=\"";
                        echo twig_escape_filter($this->env,
$context["value"]);
                        echo "\" />
                    ";
                    }
                    // line 37
                    echo "                ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'],
$context['_iterated'], $context['key'],
$context['value'], $context['_parent'],
$context['loop']);
                $context = array_intersect_key($context, $_parent) +
$_parent;
            }
            $_parent = $context['_parent'];
            unset($context['_seq'],
$context['_iterated'], $context['_key'],
$context['attributes'], $context['_parent'],
$context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
        // line 40
        echo
twig_join_filter($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "document", []), "getHtml", [0 =>
"head_meta"], "method"), "
    ");
        echo "

        ";
        // line 42
        if
($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []),
"assets", []), "favicon", [])) {
            // line 43
            echo "        <link rel=\"icon\"
type=\"image/x-icon\" href=\"";
            echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []),
"assets", []), "favicon", [])), "html", null,
true);
            echo "\" />
        ";
        }
        // line 45
        echo "
        ";
        // line 46
        if
($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []),
"assets", []), "touchicon", [])) {
            // line 47
            echo "        <link rel=\"apple-touch-icon\"
sizes=\"180x180\" href=\"";
            echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []),
"assets", []), "touchicon", [])), "html",
null, true);
            echo "\">
        <link rel=\"icon\" sizes=\"192x192\"
href=\"";
            // line 48
            echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []),
"assets", []), "touchicon", [])), "html",
null, true);
            echo "\">
        ";
        }
        // line 50
        echo "    ";
    }

    // line 52
    public function block_head_title($context, array $blocks = [])
    {
        // line 53
        echo "<meta http-equiv=\"Content-Type\"
content=\"text/html; charset=utf-8\" />
        <title>Title</title>";
    }

    // line 57
    public function block_head_application($context, array $blocks = [])
    {
        // line 58
        echo
twig_join_filter($this->getAttribute(($context["gantry"] ??
null), "styles", [0 => "head"], "method"),
"
");
        echo "
        ";
        // line 59
        echo
twig_join_filter($this->getAttribute(($context["gantry"] ??
null), "scripts", [0 => "head"],
"method"), "
");
    }

    // line 62
    public function block_head_ie_stylesheets($context, array $blocks = [])
    {
        // line 63
        echo "<!--[if (gte IE 8)&(lte IE 9)]>
        <script type=\"text/javascript\" src=\"";
        // line 64
        echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc("gantry-assets://js/html5shiv-printshiv.min.js"),
"html", null, true);
        echo "\"></script>
        <link rel=\"stylesheet\" href=\"";
        // line 65
        echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc("gantry-engine://css/nucleus-ie9.css"),
"html", null, true);
        echo "\" type=\"text/css\"/>
        <script type=\"text/javascript\" src=\"";
        // line 66
        echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc("gantry-assets://js/matchmedia.polyfill.js"),
"html", null, true);
        echo "\"></script>
        <![endif]-->
    ";
    }

    // line 70
    public function block_head($context, array $blocks = [])
    {
    }

    // line 71
    public function block_head_custom($context, array $blocks = [])
    {
        // line 72
        echo "        ";
        if
($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []), "head",
[]), "head_bottom", [])) {
            // line 73
            echo "        ";
            echo
$this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []), "head",
[]), "head_bottom", []);
            echo "
        ";
        }
        // line 75
        echo "    ";
    }

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  294 => 75,  288 => 73,  285 => 72,  282
=> 71,  277 => 70,  270 => 66,  266 => 65,  262 => 64,  259
=> 63,  256 => 62,  251 => 59,  246 => 58,  243 => 57,  238
=> 53,  235 => 52,  231 => 50,  226 => 48,  221 => 47,  219
=> 46,  216 => 45,  210 => 43,  208 => 42,  202 => 40,  191
=> 37,  183 => 35,  175 => 33,  172 => 32,  168 => 31,  164
=> 30,  162 => 29,  158 => 27,  155 => 26,  151 => 21,  143
=> 19,  139 => 18,  136 => 17,  131 => 15,  127 => 13,  119
=> 11,  115 => 10,  112 => 9,  108 => 7,  106 => 6,  103
=> 5,  94 => 76,  91 => 71,  89 => 70,  87 => 62,  84 =>
61,  82 => 57,  79 => 56,  77 => 52,  75 => 26,  70 => 25, 
67 => 24,  63 => 17,  60 => 16,  58 => 15,  55 => 5,  43
=> 4,  41 => 2,  39 => 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/page_head.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/templates/page_head.html.twig");
    }
}
13786c88ba4a9df36125013430f1c137702666e21644e0024221c82dbe0d8815.php000064400000025172151162376660015253
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/assets.html.twig */
class
__TwigTemplate_f44385e5730c5e48293f6bf32341a06993c2ee05ac43c1d476e2874e0738cfd8
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
        ob_start(function () { return ''; });
        // line 2
        if ($this->getAttribute(($context["particle"] ??
null), "enabled", [])) {
            // line 3
            echo "    ";
            $context['_parent'] = $context;
            $context['_seq'] =
twig_ensure_traversable($this->getAttribute(($context["particle"]
?? null), "css", []));
            foreach ($context['_seq'] as
$context["_key"] => $context["css"]) {
                // line 4
                echo "        ";
                $context["params"] = [];
                // line 5
                echo "        ";
                if ($this->getAttribute($context["css"],
"extra", [])) {
                    // line 6
                    echo "            ";
                    $context['_parent'] = $context;
                    $context['_seq'] =
twig_ensure_traversable($this->getAttribute($context["css"],
"extra", []));
                    foreach ($context['_seq'] as
$context["_key"] => $context["attributes"]) {
                        // line 7
                        echo "                ";
                        $context['_parent'] = $context;
                        $context['_seq'] =
twig_ensure_traversable($context["attributes"]);
                        foreach ($context['_seq'] as
$context["key"] => $context["value"]) {
                            // line 8
                            echo "                    ";
                            $context["params"] =
twig_array_merge((((isset($context["params"]) ||
array_key_exists("params", $context))) ?
(_twig_default_filter(($context["params"] ?? null), [])) : ([])),
[$context["key"] => $context["value"]]);
                            // line 9
                            echo "                ";
                        }
                        $_parent = $context['_parent'];
                        unset($context['_seq'],
$context['_iterated'], $context['key'],
$context['value'], $context['_parent'],
$context['loop']);
                        $context = array_intersect_key($context, $_parent)
+ $_parent;
                        // line 10
                        echo "            ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'],
$context['_iterated'], $context['_key'],
$context['attributes'], $context['_parent'],
$context['loop']);
                    $context = array_intersect_key($context, $_parent) +
$_parent;
                    // line 11
                    echo "        ";
                }
                // line 12
                echo "
        ";
                // line 13
                if ($this->getAttribute($context["css"],
"location", [])) {
                    // line 14
                    echo "            ";
                   
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "document", []), "addStyle", [0 =>
twig_array_merge((((isset($context["params"]) ||
array_key_exists("params", $context))) ?
(_twig_default_filter(($context["params"] ?? null), [])) : ([])),
["href" => $this->getAttribute($context["css"],
"location", [])]), 1 =>
$this->getAttribute($context["css"], "priority",
[])], "method");
                    // line 15
                    echo "        ";
                }
                // line 16
                echo "
        ";
                // line 17
                if ($this->getAttribute($context["css"],
"inline", [])) {
                    // line 18
                    echo "            ";
                   
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "document", []), "addInlineStyle", [0 =>
twig_array_merge((((isset($context["params"]) ||
array_key_exists("params", $context))) ?
(_twig_default_filter(($context["params"] ?? null), [])) : ([])),
["content" =>
$this->getAttribute($context["css"], "inline",
[])]), 1 => $this->getAttribute($context["css"],
"priority", [])], "method");
                    // line 19
                    echo "        ";
                }
                // line 20
                echo "    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'],
$context['_iterated'], $context['_key'],
$context['css'], $context['_parent'],
$context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 21
            echo "
    ";
            // line 22
            $context['_parent'] = $context;
            $context['_seq'] =
twig_ensure_traversable($this->getAttribute(($context["particle"]
?? null), "javascript", []));
            foreach ($context['_seq'] as
$context["_key"] => $context["script"]) {
                // line 23
                echo "        ";
                $context["params"] = [];
                // line 24
                echo "        ";
                if ($this->getAttribute($context["script"],
"extra", [])) {
                    // line 25
                    echo "            ";
                    $context['_parent'] = $context;
                    $context['_seq'] =
twig_ensure_traversable($this->getAttribute($context["script"],
"extra", []));
                    foreach ($context['_seq'] as
$context["_key"] => $context["attributes"]) {
                        // line 26
                        echo "                ";
                        $context['_parent'] = $context;
                        $context['_seq'] =
twig_ensure_traversable($context["attributes"]);
                        foreach ($context['_seq'] as
$context["key"] => $context["value"]) {
                            // line 27
                            echo "                    ";
                            $context["params"] =
twig_array_merge((((isset($context["params"]) ||
array_key_exists("params", $context))) ?
(_twig_default_filter(($context["params"] ?? null), [])) : ([])),
[$context["key"] => $context["value"]]);
                            // line 28
                            echo "                ";
                        }
                        $_parent = $context['_parent'];
                        unset($context['_seq'],
$context['_iterated'], $context['key'],
$context['value'], $context['_parent'],
$context['loop']);
                        $context = array_intersect_key($context, $_parent)
+ $_parent;
                        // line 29
                        echo "            ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'],
$context['_iterated'], $context['_key'],
$context['attributes'], $context['_parent'],
$context['loop']);
                    $context = array_intersect_key($context, $_parent) +
$_parent;
                    // line 30
                    echo "        ";
                }
                // line 31
                echo "
        ";
                // line 32
                if ($this->getAttribute($context["script"],
"location", [])) {
                    // line 33
                    echo "            ";
                   
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "document", []), "addScript", [0 =>
twig_array_merge((((isset($context["params"]) ||
array_key_exists("params", $context))) ?
(_twig_default_filter(($context["params"] ?? null), [])) : ([])),
["src" => $this->getAttribute($context["script"],
"location", [])]), 1 =>
$this->getAttribute($context["script"], "priority",
[]), 2 => ((($this->getAttribute($context["script"],
"in_footer", []) == true)) ? ("footer") :
("head"))], "method");
                    // line 34
                    echo "        ";
                }
                // line 35
                echo "
        ";
                // line 36
                if ($this->getAttribute($context["script"],
"inline", [])) {
                    // line 37
                    echo "            ";
                   
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "document", []), "addInlineScript", [0 =>
twig_array_merge((((isset($context["params"]) ||
array_key_exists("params", $context))) ?
(_twig_default_filter(($context["params"] ?? null), [])) : ([])),
["content" =>
$this->getAttribute($context["script"], "inline",
[])]), 1 => $this->getAttribute($context["script"],
"priority", []), 2 =>
((($this->getAttribute($context["script"],
"in_footer", []) == true)) ? ("footer") :
("head"))], "method");
                    // line 38
                    echo "        ";
                }
                // line 39
                echo "    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'],
$context['_iterated'], $context['_key'],
$context['script'], $context['_parent'],
$context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
        echo trim(preg_replace('/>\s+</',
'><', ob_get_clean()));
    }

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  164 => 39,  161 => 38,  158 => 37,  156
=> 36,  153 => 35,  150 => 34,  147 => 33,  145 => 32,  142
=> 31,  139 => 30,  133 => 29,  127 => 28,  124 => 27,  119
=> 26,  114 => 25,  111 => 24,  108 => 23,  104 => 22,  101
=> 21,  95 => 20,  92 => 19,  89 => 18,  87 => 17,  84 =>
16,  81 => 15,  78 => 14,  76 => 13,  73 => 12,  70 => 11, 
64 => 10,  58 => 9,  55 => 8,  50 => 7,  45 => 6,  42 =>
5,  39 => 4,  34 => 3,  32 => 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("",
"@particles/assets.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/particles/assets.html.twig");
    }
}