Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla4/ |
| [Home] [System Details] [Kill Me] |
PKv�[�P�e�!�!Db5a59e7da43c3b2b60cbc7ea67f8143b79dfeb857d2982b67b70d3b339d52704.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;
/* @nucleus/layout/section.html.twig */
class
__TwigTemplate_640eb8f70d802b1664c53195c7fe4528ccb807879182fdd218d090f42aac4c30
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["tag_type"] =
(($this->getAttribute(($context["segment"] ?? null),
"subtype", [], "any", true, true)) ?
(_twig_default_filter($this->getAttribute(($context["segment"]
?? null), "subtype", []), "section")) :
("section"));
// line 2
$context["attr_id"] =
(($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "id", [])) ?
($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "id", [])) :
(("g-" . $this->getAttribute(($context["segment"] ??
null), "id", []))));
// line 3
$context["attr_class"] =
($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "class", []) .
(($this->getAttribute($this->getAttribute( // line 4
($context["segment"] ?? null), "attributes", []),
"variations", [])) ? ((" " .
twig_join_filter($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "variations", []), "
"))) : ("")));
// line 5
$context["attr_extra"] =
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->attributeArrayFilter($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "extra", []));
// line 6
$context["boxed"] =
$this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "boxed", []);
// line 7
if ( !(null === ($context["boxed"] ?? null))) {
// line 8
echo " ";
$context["boxed"] =
(((twig_trim_filter(($context["boxed"] ?? null)) ==
"")) ?
($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []), "body",
[]), "layout", []), "sections", [])) :
(($context["boxed"] ?? null)));
}
// line 11
ob_start(function () { return ''; });
// line 12
echo " ";
if ($this->getAttribute(($context["segment"] ?? null),
"children", [])) {
// line 13
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 14
echo " ";
$this->loadTemplate((("@nucleus/layout/" .
$this->getAttribute($context["segment"], "type",
[])) . ".html.twig"),
"@nucleus/layout/section.html.twig",
14)->display(twig_array_merge($context, ["segments" =>
$this->getAttribute($context["segment"], "children",
[])]));
// 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
(($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "sticky", []) ||
twig_trim_filter(($context["html"] ?? null)))) {
// line 20
if (( !(null === ($context["boxed"] ?? null))
&& ((($context["boxed"] ?? null) == 0) ||
(($context["boxed"] ?? null) == 2)))) {
// line 21
echo " ";
ob_start(function () { return ''; });
// line 22
echo " <div
class=\"g-container\">";
echo ($context["html"] ?? null);
echo "</div>
";
$context["html"] = ('' === $tmp =
ob_get_clean()) ? '' : new Markup($tmp,
$this->env->getCharset());
// line 24
echo " ";
}
// line 25
echo "
";
// line 26
ob_start(function () { return ''; });
// line 27
echo " ";
if ((($context["boxed"] ?? null) == 2)) {
$context["attr_class"] =
(($context["attr_class"] ?? null) . " g-flushed");
}
// line 28
echo " ";
$context["attr_class"] =
((($context["attr_class"] ?? null)) ? ((("
class=\"" . twig_trim_filter(($context["attr_class"] ??
null))) . "\"")) : (""));
// line 29
echo "<";
echo twig_escape_filter($this->env,
($context["tag_type"] ?? null), "html", null, true);
echo " id=\"";
echo twig_escape_filter($this->env,
($context["attr_id"] ?? null), "html", null, true);
echo "\"";
echo ($context["attr_class"] ?? null);
echo ($context["attr_extra"] ?? null);
echo ">
";
// line 30
echo ($context["html"] ?? null);
echo "
</";
// line 31
echo twig_escape_filter($this->env,
($context["tag_type"] ?? null), "html", null, true);
echo ">";
$context["html"] = ('' === $tmp =
ob_get_clean()) ? '' : new Markup($tmp,
$this->env->getCharset());
// line 34
if ((($context["boxed"] ?? null) == 1)) {
// line 35
echo " <div
class=\"g-container\">";
echo ($context["html"] ?? null);
echo "</div>
";
} else {
// line 37
echo " ";
echo ($context["html"] ?? null);
echo "
";
}
}
}
public function getTemplateName()
{
return "@nucleus/layout/section.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 146 => 37, 140 => 35, 138 => 34, 134
=> 31, 130 => 30, 120 => 29, 117 => 28, 112 => 27, 110
=> 26, 107 => 25, 104 => 24, 98 => 22, 95 => 21, 93
=> 20, 91 => 19, 87 => 16, 73 => 15, 70 => 14, 52 =>
13, 49 => 12, 47 => 11, 43 => 8, 41 => 7, 39 => 6, 37
=> 5, 35 => 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("",
"@nucleus/layout/section.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/templates/layout/section.html.twig");
}
}
PKv�[�����Db572db06c6b2f5a249eb7e8aec92fd8349303fabc4e12c1562f5c342c71f3fca.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/logo.html.twig */
class
__TwigTemplate_7717a583817baa6262236e51121a2a69d631c366ba547f2ac5f77733512477b6
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 = [])
{
$this->parent =
$this->loadTemplate("@nucleus/partials/particle.html.twig",
"@particles/logo.html.twig", 1);
$this->parent->display($context,
array_merge($this->blocks, $blocks));
}
// line 3
public function block_particle($context, array $blocks = [])
{
// line 4
echo " ";
$context["url"] =
_twig_default_filter($this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc($this->getAttribute(($context["particle"]
?? null), "url", [])),
$this->getAttribute(($context["gantry"] ?? null),
"siteUrl", [], "method"));
// line 5
echo " ";
if ((($context["url"] ?? null) ==
$this->getAttribute(($context["gantry"] ?? null),
"siteUrl", [], "method"))) {
$context["rel"] = "rel=\"home\"";
}
// line 6
echo " ";
$context["class"] =
(($this->getAttribute(($context["particle"] ?? null),
"class", [])) ? ((("class=\"" .
$this->getAttribute(($context["particle"] ?? null),
"class", [])) . "\"")) : (""));
// line 7
echo " ";
$context["image"] =
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc($this->getAttribute(($context["particle"]
?? null), "image", []));
// line 8
echo " ";
$context["height"] =
(($this->getAttribute(($context["particle"] ?? null),
"height", [])) ? ((("style=\"max-height: " .
$this->getAttribute(($context["particle"] ?? null),
"height", [])) . "\"")) : (""));
// line 9
echo "
";
// line 10
if (($this->getAttribute(($context["particle"] ??
null), "link", []) == true)) {
// line 11
echo " <a href=\"";
echo twig_escape_filter($this->env,
($context["url"] ?? null), "html", null, true);
echo "\" target=\"";
echo twig_escape_filter($this->env,
(($this->getAttribute(($context["particle"] ?? null),
"target", [], "any", true, true)) ?
(_twig_default_filter($this->getAttribute(($context["particle"]
?? null), "target", []), "_self")) :
("_self")), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env,
$this->getAttribute(($context["particle"] ?? null),
"text", []), "html", null, true);
echo "\" aria-label=\"";
echo twig_escape_filter($this->env,
$this->getAttribute(($context["particle"] ?? null),
"text", []), "html", null, true);
echo "\" ";
echo (((isset($context["rel"]) ||
array_key_exists("rel", $context))) ?
(_twig_default_filter(($context["rel"] ?? null), "")) :
(""));
echo " ";
echo (((isset($context["class"]) ||
array_key_exists("class", $context))) ?
(_twig_default_filter(($context["class"] ?? null), ""))
: (""));
echo ">
";
} else {
// line 12
echo "<div ";
echo (((isset($context["class"]) ||
array_key_exists("class", $context))) ?
(_twig_default_filter(($context["class"] ?? null), ""))
: (""));
echo ">";
}
// line 13
echo " ";
if (
!twig_test_empty($this->getAttribute(($context["particle"] ??
null), "svg", []))) {
// line 14
echo " ";
echo $this->getAttribute(($context["particle"] ??
null), "svg", []);
echo "
";
} elseif ( // line 15
($context["image"] ?? null)) {
// line 16
echo " <img src=\"";
echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc($this->getAttribute(($context["particle"]
?? null), "image", [])), "html", null, true);
echo "\" ";
echo (((isset($context["height"]) ||
array_key_exists("height", $context))) ?
(_twig_default_filter(($context["height"] ?? null),
"")) : (""));
echo " alt=\"";
echo twig_escape_filter($this->env,
$this->getAttribute(($context["particle"] ?? null),
"text", []), "html", null, true);
echo "\" />
";
} else {
// line 18
echo " ";
echo twig_escape_filter($this->env,
(($this->getAttribute(($context["particle"] ?? null),
"text", [], "any", true, true)) ?
(_twig_default_filter($this->getAttribute(($context["particle"]
?? null), "text", []), "Logo")) : ("Logo")),
"html", null, true);
echo "
";
}
// line 20
echo " ";
if (($this->getAttribute(($context["particle"] ??
null), "link", []) == true)) {
echo "</a>";
} else {
echo "</div>";
}
}
public function getTemplateName()
{
return "@particles/logo.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 111 => 20, 105 => 18, 95 => 16, 93
=> 15, 88 => 14, 85 => 13, 80 => 12, 64 => 11, 62 =>
10, 59 => 9, 56 => 8, 53 => 7, 50 => 6, 45 => 5, 42
=> 4, 39 => 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("{% extends
'@nucleus/partials/particle.html.twig' %}
{% block particle %}
{% set url = url(particle.url)|default(gantry.siteUrl()) %}
{% if (url == gantry.siteUrl()) %}{% set
rel='rel=\"home\"' %}{% endif %}
{% set class=(particle.class ? 'class=\"'~
particle.class ~'\"') %}
{% set image = url(particle.image) %}
{% set height = particle.height ? 'style=\"max-height: '
~ particle.height ~ '\"' %}
{% if particle.link == true %}
<a href=\"{{ url }}\" target=\"{{
particle.target|default('_self') }}\" title=\"{{
particle.text }}\" aria-label=\"{{ particle.text }}\" {{
rel|default('')|raw }} {{ class|default('')|raw }}>
{% else %}<div {{ class|default('')|raw }}>{% endif %}
{% if particle.svg is not empty %}
{{ particle.svg|raw }}
{% elseif image %}
<img src=\"{{ url(particle.image) }}\" {{
height|default('')|raw }} alt=\"{{ particle.text }}\"
/>
{% else %}
{{ particle.text|default('Logo') }}
{% endif %}
{% if particle.link == true %}</a>{% else %}</div>{% endif
%}
{% endblock %}
", "@particles/logo.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/particles/logo.html.twig");
}
}
PKv�[-TR�Db5f5eb7d1b32b4772ad16d1914b1ba282fa6e35d6643b4bdfb0962922cc22ace.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;
/* component.html.twig */
class
__TwigTemplate_2371ab643ccc5d961bd518e9d719b82fc5ed9965e45b01af07825c7da6237969
extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->blocks = [
'page_body' => [$this,
'block_page_body'],
'page_layout' => [$this,
'block_page_layout'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "partials/page.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$this->parent =
$this->loadTemplate("partials/page.html.twig",
"component.html.twig", 1);
$this->parent->display($context,
array_merge($this->blocks, $blocks));
}
// line 3
public function block_page_body($context, array $blocks = [])
{
// line 4
echo "<body";
echo
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "page", []), "bodyAttributes", [0 =>
["class" => [0 => ($context["offcanvas_position"]
?? null), 1 =>
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "page", []), "preset", []), 2 =>
("g-style-" .
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "theme", []), "preset", []))]]],
"method");
echo ">
";
// line 5
echo
$this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []), "body",
[]), "body_top", []);
echo "
";
// line 6
echo ($context["page_top"] ?? null);
echo "
";
// line 7
echo ($context["page_layout"] ?? null);
echo "
";
// line 8
echo ($context["page_bottom"] ?? null);
echo "
";
// line 9
echo ($context["page_footer"] ?? null);
echo "
";
// line 10
echo
$this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []), "body",
[]), "body_bottom", []);
echo "
</body>";
}
// line 14
public function block_page_layout($context, array $blocks = [])
{
// line 15
echo " ";
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "theme", []), "joomla", [0 => true],
"method");
// line 16
echo " <div class=\"platform-content
row-fluid\">
<div class=\"span12\">
<jdoc:include type=\"message\" />
<jdoc:include type=\"component\" />
</div>
</div>
";
}
public function getTemplateName()
{
return "component.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 80 => 16, 77 => 15, 74 => 14, 68 =>
10, 64 => 9, 60 => 8, 56 => 7, 52 => 6, 48 => 5, 43
=> 4, 40 => 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("", "component.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/twig/component.html.twig");
}
}
PKv�[�P�e�!�!Db5a59e7da43c3b2b60cbc7ea67f8143b79dfeb857d2982b67b70d3b339d52704.phpnu�[���PKv�[�����D"b572db06c6b2f5a249eb7e8aec92fd8349303fabc4e12c1562f5c342c71f3fca.phpnu�[���PKv�[-TR�DT@b5f5eb7d1b32b4772ad16d1914b1ba282fa6e35d6643b4bdfb0962922cc22ace.phpnu�[���PK��O