Spade

Mini Shell

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

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

620d844eeea56e7d6ebf655f7cc9d057cd72995254dad7aa9595c05345ede236.php000064400000011352151160662650016271
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/page_head.html.twig */
class
__TwigTemplate_ab11fd53070ceaaed756ac8b0b0ea41e137042ba63ebab541737473674887ed6
extends \Twig\Template
{
    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->blocks = [
            'head_title' => [$this,
'block_head_title'],
            'head_application' => [$this,
'block_head_application'],
            'head_platform' => [$this,
'block_head_platform'],
            'head' => [$this, 'block_head'],
        ];
    }

    protected function doGetParent(array $context)
    {
        // line 1
        return "@nucleus/page_head.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $this->parent =
$this->loadTemplate("@nucleus/page_head.html.twig",
"partials/page_head.html.twig", 1);
        $this->parent->display($context,
array_merge($this->blocks, $blocks));
    }

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

    // line 6
    public function block_head_application($context, array $blocks = [])
    {
        // line 7
        echo "<jdoc:include type=\"head\" />";
    }

    // line 10
    public function block_head_platform($context, array $blocks = [])
    {
        // line 11
        $this->displayParentBlock("head_platform", $context,
$blocks);
        echo "
    ";
        // line 12
        if
($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "theme", []), "joomla", [])) {
            // line 13
            echo "        <link rel=\"stylesheet\"
href=\"";
            echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc("gantry-assets://css/bootstrap-gantry.css"),
"html", null, true);
            echo "\" type=\"text/css\" />
        <link rel=\"stylesheet\" href=\"";
            // line 14
            echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc("gantry-engine://css-compiled/joomla.css"),
"html", null, true);
            echo "\" type=\"text/css\" />
        ";
            // line 15
            if
(($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "page", []), "direction", []) ==
"rtl")) {
                // line 16
                echo "        <link rel=\"stylesheet\"
href=\"";
                echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc("media/jui/css/bootstrap-rtl.css"),
"html", null, true);
                echo "\" type=\"text/css\" />
        ";
            }
            // line 18
            echo "        <link rel=\"stylesheet\"
href=\"";
            echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc("media/jui/css/icomoon.css"),
"html", null, true);
            echo "\" type=\"text/css\" />
    ";
        }
        // line 20
        echo "    ";
        if ($this->getAttribute(($context["gantry"] ?? null),
"debug", [])) {
            // line 21
            echo "        <link rel=\"stylesheet\"
href=\"";
            echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc("media/cms/css/debug.css"),
"html", null, true);
            echo "\" type=\"text/css\" />
    ";
        }
    }

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

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  100 => 26,  97 => 25,  89 => 21,  86 =>
20,  80 => 18,  74 => 16,  72 => 15,  68 => 14,  63 => 13, 
61 => 12,  57 => 11,  54 => 10,  50 => 7,  47 => 6,  42
=> 3,  32 => 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/page_head.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/twig/partials/page_head.html.twig");
    }
}
62b6ca1742cce97bcc6dc3dd4d9953b5879bd55cfee7e704d5c1f2a961cb65a8.php000064400000014656151160662650016567
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_dfe9fb9481f48b3e119bfeb7c758f2b338b9026883f156bab4c549cbe39177be
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");
    }
}