Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla4/ |
| [Home] [System Details] [Kill Me] |
9f2a8e05bed25129d43185f02de0793a54c99ac281d01327e07cee5bd3d20c72.php000064400000010524151160207130016041
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/partials/particle.html.twig */
class
__TwigTemplate_8b6d8f513b7521bacfb9defb49ac81917c2eb11ec182b061e7290e1967c6c5de
extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
'stylesheets' => [$this,
'block_stylesheets'],
'javascript' => [$this,
'block_javascript'],
'javascript_footer' => [$this,
'block_javascript_footer'],
'particle' => [$this, 'block_particle'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
$assetFunction =
$this->env->getFunction('parse_assets')->getCallable();
$assetVariables = [];
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 2
echo " ";
$this->displayBlock('stylesheets', $context, $blocks);
// line 4
echo "
";
// line 5
$this->displayBlock('javascript', $context, $blocks);
$content = ob_get_clean();
$assetFunction($content, $location, $priority);
// line 9
$assetFunction =
$this->env->getFunction('parse_assets')->getCallable();
$assetVariables = [];
if ($assetVariables && !is_array($assetVariables)) {
throw new UnexpectedValueException('{% scripts with x %}:
x is not an array');
}
$location = "footer";
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 10
echo " ";
$this->displayBlock('javascript_footer', $context,
$blocks);
$content = ob_get_clean();
$assetFunction($content, $location, $priority);
// line 14
$this->displayBlock('particle', $context, $blocks);
}
// line 2
public function block_stylesheets($context, array $blocks = [])
{
// line 3
echo " ";
}
// line 5
public function block_javascript($context, array $blocks = [])
{
// line 6
echo " ";
}
// line 10
public function block_javascript_footer($context, array $blocks = [])
{
// line 11
echo " ";
}
// line 14
public function block_particle($context, array $blocks = [])
{
}
public function getTemplateName()
{
return "@nucleus/partials/particle.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 98 => 14, 94 => 11, 91 => 10, 87 =>
6, 84 => 5, 80 => 3, 77 => 2, 73 => 14, 68 => 10, 56
=> 9, 52 => 5, 49 => 4, 46 => 2, 34 => 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("{% assets %}
{% block stylesheets %}
{% endblock %}
{% block javascript %}
{% endblock %}
{% endassets -%}
{% assets in 'footer' %}
{% block javascript_footer %}
{% endblock %}
{% endassets -%}
{% block particle %}
{% endblock %}
", "@nucleus/partials/particle.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/templates/partials/particle.html.twig");
}
}
9f942c664018f7610e720ccca20430f7244c2f3272b8f395aee9793d1e2ab972.php000064400000012315151160207130015642
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/grid.html.twig */
class
__TwigTemplate_5eccb8013152e7d492572708d5273a0fc82b9cdda2d16d36fde2d2e3462c3edd
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
$context["class"] = ("g-grid" .
(($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "class", [])) ? (("
" .
twig_join_filter($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "class", []), "
"))) : ("")));
// line 4
ob_start(function () { return ''; });
// line 5
echo " ";
if ($this->getAttribute(($context["segment"] ?? null),
"children", [])) {
// line 6
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 7
echo " ";
$this->loadTemplate((("@nucleus/layout/" .
$this->getAttribute($context["segment"], "type",
[])) . ".html.twig"), "@nucleus/layout/grid.html.twig",
7)->display(twig_array_merge($context, ["segments" =>
$this->getAttribute($context["segment"], "children",
[])]));
// line 8
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 9
echo " ";
}
$context["html"] = ('' === $tmp =
ob_get_clean()) ? '' : new Markup($tmp,
$this->env->getCharset());
// line 12
if (twig_trim_filter(($context["html"] ?? null))) {
// line 13
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", []));
echo "\" ";
}
echo "class=\"";
echo twig_escape_filter($this->env,
($context["class"] ?? null), "html", null, true);
echo "\"";
echo ($context["attr_extra"] ?? null);
echo ">";
// line 14
echo ($context["html"] ?? null);
// line 15
echo "</div>
";
}
}
public function getTemplateName()
{
return "@nucleus/layout/grid.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 94 => 15, 92 => 14, 80 => 13, 78 =>
12, 74 => 9, 60 => 8, 57 => 7, 39 => 6, 36 => 5, 34
=> 4, 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/grid.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/templates/layout/grid.html.twig");
}
}