Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla4/ |
| [Home] [System Details] [Kill Me] |
0a602671d552891b6dcabe648224a01913e5bdcebb9ac1b7904c7b151ded58b7.php000064400000005721151161352030016175
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/custom.html.twig */
class
__TwigTemplate_a1171085aa174aa0e07c9a02bc6c2267a55287985c327f07490c897c61d9876a
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/custom.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["html"] =
(($this->getAttribute(($context["particle"] ?? null),
"twig", [])) ?
($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "theme", []), "compile", [0 =>
$this->getAttribute(($context["particle"] ?? null),
"html", [])], "method")) :
($this->getAttribute(($context["particle"] ?? null),
"html", [])));
// line 5
echo " ";
echo
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->htmlFilter((($this->getAttribute(($context["particle"]
?? null), "filter", [])) ?
($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "platform", []), "filter", [0 =>
($context["html"] ?? null)], "method")) :
(($context["html"] ?? null))));
echo "
";
}
public function getTemplateName()
{
return "@particles/custom.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 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 html = particle.twig ? gantry.theme.compile(particle.html) :
particle.html %}
{{ (particle.filter ? gantry.platform.filter(html) : html)|html|raw }}
{% endblock %}
", "@particles/custom.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/particles/custom.html.twig");
}
}