Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla4/ |
| [Home] [System Details] [Kill Me] |
fa3329c64975d29fdec41cf42087a8cc369489529b33ca8da362f48965d9bc2c.php000064400000006571151162335100016127
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/content/spacer.html.twig */
class
__TwigTemplate_37614b73704e4c8eaf148f53bf736942663526feb1949abdb93732ee6ca636df
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
if ( !($context["particle"] ?? null)) {
// line 2
echo " ";
$context["enabled"] =
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "get", [0 =>
(("particles." .
$this->getAttribute(($context["segment"] ?? null),
"type", [])) . ".enabled"), 1 => 1],
"method");
// line 3
echo " ";
$context["spacer"] =
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "getJoined", [0 =>
("particles." .
$this->getAttribute(($context["segment"] ?? null),
"type", [])), 1 =>
$this->getAttribute(($context["segment"] ?? null),
"attributes", [])], "method");
}
// line 5
echo "
";
// line 6
if ((($context["enabled"] ?? null) && ((null ===
$this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "enabled", [])) ||
$this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "enabled", [])))) {
// line 7
echo " <div class=\"spacer";
(($this->getAttribute(($context["segment"] ??
null), "classes", [])) ? (print
(twig_escape_filter($this->env, (" " .
twig_escape_filter($this->env,
twig_join_filter($this->getAttribute(($context["segment"] ??
null), "classes", []), " "))), "html", null,
true))) : (print ("")));
echo "\"></div>
";
}
}
public function getTemplateName()
{
return "@nucleus/content/spacer.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 44 => 7, 42 => 6, 39 => 5, 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("{% if not particle %}
{% set enabled = gantry.config.get('particles.' ~
segment.type ~ '.enabled', 1) %}
{% set spacer = gantry.config.getJoined('particles.' ~
segment.type, segment.attributes) %}
{% endif %}
{% if enabled and (segment.attributes.enabled is null or
segment.attributes.enabled) %}
<div class=\"spacer{{ segment.classes ? ' ' ~
segment.classes|join(' ')|e }}\"></div>
{% endif %}
", "@nucleus/content/spacer.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/templates/content/spacer.html.twig");
}
}