Spade

Mini Shell

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

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

c9253f9bfb0ea4b41296f41d3735d758eb761b286ab75379b11e34aef8a9eeff.php000064400000014656151160521310016332
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/layout/block.html.twig */
class
__TwigTemplate_9ea6d14b6ab40490fd75361bd64713259f51c46ce97d2d0ec2b5d009d29af0c9
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
        $context["attr_extra"] =
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->attributeArrayFilter($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "extra", []));
        // line 2
        echo "
";
        // line 3
        $context["class"] = ((("g-block " .
call_user_func_array($this->env->getFilter('toGrid')->getCallable(),
[$this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "size", [])])) .
(($this->getAttribute($this->getAttribute(        // line 4
($context["segment"] ?? null), "attributes", []),
"variations", [])) ? ((" " .
twig_join_filter($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "variations", []), "
"))) : (""))) .
(($this->getAttribute($this->getAttribute(        // line 5
($context["segment"] ?? null), "attributes", []),
"class", [])) ? ((" " .
twig_join_filter($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "class", []), "
"))) : ("")));
        // line 6
        echo "
";
        // line 7
        ob_start(function () { return ''; });
        // line 8
        echo "    ";
        if ($this->getAttribute(($context["segment"] ?? null),
"children", [])) {
            // line 9
            echo "        ";
            $context['_parent'] = $context;
            $context['_seq'] =
twig_ensure_traversable(($context["segments"] ?? null));
            $context['loop'] = [
              'parent' => $context['_parent'],
              'index0' => 0,
              'index'  => 1,
              'first'  => true,
            ];
            if (is_array($context['_seq']) ||
(is_object($context['_seq']) &&
$context['_seq'] instanceof \Countable)) {
                $length = count($context['_seq']);
                $context['loop']['revindex0'] = $length
- 1;
                $context['loop']['revindex'] = $length;
                $context['loop']['length'] = $length;
                $context['loop']['last'] = 1 ===
$length;
            }
            foreach ($context['_seq'] as
$context["_key"] => $context["segment"]) {
                // line 10
                echo "            ";
                if ($this->getAttribute($context["segment"],
"content", [])) {
                    // line 11
                    echo "                ";
                    echo
$this->getAttribute($context["segment"], "content",
[]);
                    echo "
            ";
                } else {
                    // line 13
                    echo "                ";
                    $this->loadTemplate([0 =>
(("@nucleus/content/" .
$this->getAttribute($context["segment"], "type",
[])) . ".html.twig"), 1 => (("@nucleus/layout/" .
$this->getAttribute($context["segment"], "type",
[])) . ".html.twig")],
"@nucleus/layout/block.html.twig",
13)->display(twig_array_merge($context, ["segments" =>
$this->getAttribute($context["segment"], "children",
[])]));
                    // line 14
                    echo "            ";
                }
                // line 15
                echo "        ";
                ++$context['loop']['index0'];
                ++$context['loop']['index'];
                $context['loop']['first'] = false;
                if (isset($context['loop']['length']))
{
                    --$context['loop']['revindex0'];
                    --$context['loop']['revindex'];
                    $context['loop']['last'] = 0 ===
$context['loop']['revindex0'];
                }
            }
            $_parent = $context['_parent'];
            unset($context['_seq'],
$context['_iterated'], $context['_key'],
$context['segment'], $context['_parent'],
$context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 16
            echo "    ";
        }
        $context["html"] = ('' === $tmp =
ob_get_clean()) ? '' : new Markup($tmp,
$this->env->getCharset());
        // line 19
        if (twig_trim_filter(($context["html"] ?? null))) {
            // line 20
            echo "        <div ";
            if
($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "id", [])) {
                echo "id=\"";
                echo twig_escape_filter($this->env,
$this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "id", []),
"html", null, true);
                echo "\" ";
            }
            echo "class=\"";
            echo twig_escape_filter($this->env,
($context["class"] ?? null), "html", null, true);
            echo "\"";
            echo ($context["attr_extra"] ?? null);
            echo ">
             ";
            // line 21
            echo twig_trim_filter(($context["html"] ?? null));
            echo "
        </div>
";
        }
    }

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  113 => 21,  100 => 20,  98 => 19,  94
=> 16,  80 => 15,  77 => 14,  74 => 13,  68 => 11,  65 =>
10,  47 => 9,  44 => 8,  42 => 7,  39 => 6,  37 => 5,  36
=> 4,  35 => 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("",
"@nucleus/layout/block.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/templates/layout/block.html.twig");
    }
}
c9d2b3f1eebc47c177d8161770ba8a71ba9a6cf16dfe4b89ab226be67194700e.php000064400000037706151160521310016370
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_9f1f88b9206c83548e947015a6e166bb5d32f800c8fd58a8b8770968754b1fd2
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");
    }
}