Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla4/ |
| [Home] [System Details] [Kill Me] |
PK�[��5��Dba2a7bfe9fda8155b9ebabbab30080bcf014aa3d4f7e2d45be3449d7fbad829a.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/content/atom.html.twig */
class
__TwigTemplate_9d0bcf1da3cc460aefe9c8ab315e33c77524badc98c59e10136157a9326c8813
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("{% extends
'@nucleus/content/particle.html.twig' %}
{# Handle atoms, which are special case of particles #}
", "@nucleus/content/atom.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/templates/content/atom.html.twig");
}
}
PK�[��5��Dba2a7bfe9fda8155b9ebabbab30080bcf014aa3d4f7e2d45be3449d7fbad829a.phpnu�[���PK�