Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla4/ |
| [Home] [System Details] [Kill Me] |
71b01c47d74012abe393a30f30c1df395c83502821fbb399e10fba48ddf65e25.php000064400000006706151160565370016053
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;
/* partials/error_head.html.twig */
class
__TwigTemplate_ced18e8690ce03ca5f46563ae158268e5c474db9acf8e0419bca19fd0a87db69
extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->blocks = [
'head_application' => [$this,
'block_head_application'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "partials/page_head.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$this->parent =
$this->loadTemplate("partials/page_head.html.twig",
"partials/error_head.html.twig", 1);
$this->parent->display($context,
array_merge($this->blocks, $blocks));
}
// line 3
public function block_head_application($context, array $blocks = [])
{
// line 4
echo "<meta charset=\"utf-8\" />
<meta http-equiv=\"content-type\"
content=\"text/html; charset=utf-8\" />
<title>";
// line 6
echo twig_escape_filter($this->env,
(((isset($context["errorcode"]) ||
array_key_exists("errorcode", $context))) ?
(_twig_default_filter(($context["errorcode"] ?? null), 500)) :
(500)), "html", null, true);
echo " ";
echo twig_escape_filter($this->env,
(((isset($context["error"]) ||
array_key_exists("error", $context))) ?
(_twig_default_filter(($context["error"] ?? null),
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->transFilter("GANTRY5_ENGINE_UNKNOWN_ERROR")))
:
($this->env->getExtension('Gantry\Component\Twig\TwigExtension')->transFilter("GANTRY5_ENGINE_UNKNOWN_ERROR"))),
"html", null, true);
echo "</title>
";
// line 7
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "document", []), "errorPage", [0 => true],
"method");
// line 8
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "platform", []), "finalize", [],
"method");
// line 9
echo
twig_join_filter($this->getAttribute(($context["gantry"] ??
null), "styles", [0 => "head", 1 => true],
"method"), "
");
echo "
";
// line 10
echo
twig_join_filter($this->getAttribute(($context["gantry"] ??
null), "scripts", [0 => "head", 1 => true],
"method"), "
");
}
public function getTemplateName()
{
return "partials/error_head.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 61 => 10, 56 => 9, 54 => 8, 52 => 7,
46 => 6, 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("",
"partials/error_head.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/twig/partials/error_head.html.twig");
}
}
71fb8bdc8c1fe036bc7724c7988ae4147fb365b0687502e53af19e5ae649ef50.php000064400000005375151160565370016207
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;
/* error.html.twig */
class
__TwigTemplate_af13167e5635e5a97e991fead09ad10ecf6f2461b488b0be1b072b5b22904f38
extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->blocks = [
'page_head' => [$this,
'block_page_head'],
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "partials/page.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$this->parent =
$this->loadTemplate("partials/page.html.twig",
"error.html.twig", 1);
$this->parent->display($context,
array_merge($this->blocks, $blocks));
}
// line 3
public function block_page_head($context, array $blocks = [])
{
// line 4
$this->loadTemplate("partials/error_head.html.twig",
"error.html.twig", 4)->display($context);
}
// line 7
public function block_content($context, array $blocks = [])
{
// line 8
echo " <h1>";
echo twig_escape_filter($this->env,
(((isset($context["errorcode"]) ||
array_key_exists("errorcode", $context))) ?
(_twig_default_filter(($context["errorcode"] ?? null), 500)) :
(500)), "html", null, true);
echo " ";
echo twig_escape_filter($this->env,
(((isset($context["error"]) ||
array_key_exists("error", $context))) ?
(_twig_default_filter(($context["error"] ?? null), "Unknown
Error")) : ("Unknown Error")), "html", null,
true);
echo "</h1>
";
// line 9
echo ($context["backtrace"] ?? null);
echo "
";
}
public function getTemplateName()
{
return "error.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 57 => 9, 50 => 8, 47 => 7, 43 => 4,
40 => 3, 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("", "error.html.twig",
"/home/lmsyaran/public_html/j3/media/gantry5/engines/nucleus/twig/error.html.twig");
}
}
71aa50c5b75f72793da5bf076634e579268b13c292505256d6a016673f9b0e6e.php000064400000010452151160565370015524
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/system.html.twig */
class
__TwigTemplate_91d276f41781ce729bcdcb14d00ad356ba7b672946bc02fa77ec1a808d9d62f6
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["subtype"] =
(($this->getAttribute(($context["segment"] ?? null),
"subtype", [], "any", true, true)) ?
(_twig_default_filter($this->getAttribute(($context["segment"]
?? null), "subtype", []),
$this->getAttribute(($context["segment"] ?? null),
"type", []))) :
($this->getAttribute(($context["segment"] ?? null),
"type", [])));
// line 2
$context["enabled"] =
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "get", [0 =>
(("particles." . ($context["subtype"] ?? null)) .
".enabled"), 1 => 1], "method");
// line 3
echo "
";
// line 4
ob_start(function () { return ''; });
// line 5
echo " ";
if ((($context["enabled"] ?? null) && ((null ===
$this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "enabled", [])) ||
$this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "enabled", [])))) {
// line 6
echo " ";
if ((($context["subtype"] ?? null) ==
"content")) {
// line 7
echo " ";
$context["class"] = "g-content";
// line 8
echo " ";
echo ($context["content"] ?? null);
echo "
";
} elseif (( // line 9
($context["subtype"] ?? null) == "messages")) {
// line 10
echo " ";
$context["class"] =
"g-system-messages";
// line 11
echo " ";
echo
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "platform", []), "displaySystemMessages", [],
"method");
echo "
";
}
// line 13
echo " ";
}
$context["html"] = ('' === $tmp =
ob_get_clean()) ? '' : new Markup($tmp,
$this->env->getCharset());
// line 15
echo "
";
// line 16
if (twig_trim_filter(($context["html"] ?? null))) {
// line 17
echo " <div class=\"";
echo twig_escape_filter($this->env,
(($context["class"] ?? null) .
(($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "class", [])) ? (("
" .
twig_join_filter($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "class", []), "
"))) : (""))), "html", null, true);
echo "\">
";
// line 18
echo ($context["html"] ?? null);
echo "
</div>
";
}
}
public function getTemplateName()
{
return "@nucleus/content/system.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 78 => 18, 73 => 17, 71 => 16, 68 =>
15, 64 => 13, 58 => 11, 55 => 10, 53 => 9, 48 => 8, 45
=> 7, 42 => 6, 39 => 5, 37 => 4, 34 => 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("",
"@nucleus/content/system.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/templates/content/system.html.twig");
}
}