Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla4/ |
| [Home] [System Details] [Kill Me] |
c561188e6bbdba85209a3584ba9deb194071a3595d5e6d8a3e7624c0b35fca04.php000064400000003455151156537050016151
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/atom.html.twig */
class
__TwigTemplate_602c6bcbdacf3f5f5d67657f03a6c92fcee43a94a6f1b35cd45a2147b2831642
extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->blocks = [
];
}
protected function doGetParent(array $context)
{
// line 1
return "@nucleus/content/particle.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$this->parent =
$this->loadTemplate("@nucleus/content/particle.html.twig",
"@nucleus/content/atom.html.twig", 1);
$this->parent->display($context,
array_merge($this->blocks, $blocks));
}
public function getTemplateName()
{
return "@nucleus/content/atom.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 28 => 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/content/atom.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/templates/content/atom.html.twig");
}
}