Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla4/ |
| [Home] [System Details] [Kill Me] |
5597cef4fdde325f7b39a565f5ae98c1c4232537051ecb25b24141e8c9822405.php000064400000020645151162274470015747
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/layout/section.html.twig */
class
__TwigTemplate_7391ad20b48d9b09ea5528756167abdce4af2cab7fdc3abd63999b31a5c60dea
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["tag_type"] =
(($this->getAttribute(($context["segment"] ?? null),
"subtype", [], "any", true, true)) ?
(_twig_default_filter($this->getAttribute(($context["segment"]
?? null), "subtype", []), "section")) :
("section"));
// line 2
$context["attr_id"] =
(($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "id", [])) ?
($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "id", [])) :
(("g-" . $this->getAttribute(($context["segment"] ??
null), "id", []))));
// line 3
$context["attr_class"] =
($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "class", []) .
(($this->getAttribute($this->getAttribute( // line 4
($context["segment"] ?? null), "attributes", []),
"variations", [])) ? ((" " .
twig_join_filter($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "variations", []), "
"))) : ("")));
// line 5
$context["attr_extra"] =
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->attributeArrayFilter($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "extra", []));
// line 6
$context["boxed"] =
$this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "boxed", []);
// line 7
if ( !(null === ($context["boxed"] ?? null))) {
// line 8
echo " ";
$context["boxed"] =
(((twig_trim_filter(($context["boxed"] ?? null)) ==
"")) ?
($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []), "body",
[]), "layout", []), "sections", [])) :
(($context["boxed"] ?? null)));
}
// line 11
ob_start(function () { return ''; });
// line 12
echo " ";
if ($this->getAttribute(($context["segment"] ?? null),
"children", [])) {
// line 13
echo " ";
$context['_parent'] = $context;
$context['_seq'] =
twig_ensure_traversable(($context["segments"] ?? null));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) ||
(is_object($context['_seq']) &&
$context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length
- 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 ===
$length;
}
foreach ($context['_seq'] as
$context["_key"] => $context["segment"]) {
// line 14
echo " ";
$this->loadTemplate((("@nucleus/layout/" .
$this->getAttribute($context["segment"], "type",
[])) . ".html.twig"),
"@nucleus/layout/section.html.twig",
14)->display(twig_array_merge($context, ["segments" =>
$this->getAttribute($context["segment"], "children",
[])]));
// line 15
echo " ";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length']))
{
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 ===
$context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'],
$context['_iterated'], $context['_key'],
$context['segment'], $context['_parent'],
$context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 16
echo " ";
}
$context["html"] = ('' === $tmp =
ob_get_clean()) ? '' : new Markup($tmp,
$this->env->getCharset());
// line 19
if
(($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "sticky", []) ||
twig_trim_filter(($context["html"] ?? null)))) {
// line 20
if (( !(null === ($context["boxed"] ?? null))
&& ((($context["boxed"] ?? null) == 0) ||
(($context["boxed"] ?? null) == 2)))) {
// line 21
echo " ";
ob_start(function () { return ''; });
// line 22
echo " <div
class=\"g-container\">";
echo ($context["html"] ?? null);
echo "</div>
";
$context["html"] = ('' === $tmp =
ob_get_clean()) ? '' : new Markup($tmp,
$this->env->getCharset());
// line 24
echo " ";
}
// line 25
echo "
";
// line 26
ob_start(function () { return ''; });
// line 27
echo " ";
if ((($context["boxed"] ?? null) == 2)) {
$context["attr_class"] =
(($context["attr_class"] ?? null) . " g-flushed");
}
// line 28
echo " ";
$context["attr_class"] =
((($context["attr_class"] ?? null)) ? ((("
class=\"" . twig_trim_filter(($context["attr_class"] ??
null))) . "\"")) : (""));
// line 29
echo "<";
echo twig_escape_filter($this->env,
($context["tag_type"] ?? null), "html", null, true);
echo " id=\"";
echo twig_escape_filter($this->env,
($context["attr_id"] ?? null), "html", null, true);
echo "\"";
echo ($context["attr_class"] ?? null);
echo ($context["attr_extra"] ?? null);
echo ">
";
// line 30
echo ($context["html"] ?? null);
echo "
</";
// line 31
echo twig_escape_filter($this->env,
($context["tag_type"] ?? null), "html", null, true);
echo ">";
$context["html"] = ('' === $tmp =
ob_get_clean()) ? '' : new Markup($tmp,
$this->env->getCharset());
// line 34
if ((($context["boxed"] ?? null) == 1)) {
// line 35
echo " <div
class=\"g-container\">";
echo ($context["html"] ?? null);
echo "</div>
";
} else {
// line 37
echo " ";
echo ($context["html"] ?? null);
echo "
";
}
}
}
public function getTemplateName()
{
return "@nucleus/layout/section.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 146 => 37, 140 => 35, 138 => 34, 134
=> 31, 130 => 30, 120 => 29, 117 => 28, 112 => 27, 110
=> 26, 107 => 25, 104 => 24, 98 => 22, 95 => 21, 93
=> 20, 91 => 19, 87 => 16, 73 => 15, 70 => 14, 52 =>
13, 49 => 12, 47 => 11, 43 => 8, 41 => 7, 39 => 6, 37
=> 5, 35 => 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/layout/section.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/templates/layout/section.html.twig");
}
}
5573cfc8db9cb53a84128578cfceeaefbaf11872d835b71045aa62110aefce25.php000064400000014577151162274470016457
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/logo.html.twig */
class
__TwigTemplate_77925af592a3d28b3fa4b41f1ebefe87af65c3b2484101efd49286551196a32e
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/logo.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["url"] =
_twig_default_filter($this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc($this->getAttribute(($context["particle"]
?? null), "url", [])),
$this->getAttribute(($context["gantry"] ?? null),
"siteUrl", [], "method"));
// line 5
echo " ";
if ((($context["url"] ?? null) ==
$this->getAttribute(($context["gantry"] ?? null),
"siteUrl", [], "method"))) {
$context["rel"] = "rel=\"home\"";
}
// line 6
echo " ";
$context["class"] =
(($this->getAttribute(($context["particle"] ?? null),
"class", [])) ? ((("class=\"" .
$this->getAttribute(($context["particle"] ?? null),
"class", [])) . "\"")) : (""));
// line 7
echo " ";
$context["image"] =
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc($this->getAttribute(($context["particle"]
?? null), "image", []));
// line 8
echo " ";
$context["height"] =
(($this->getAttribute(($context["particle"] ?? null),
"height", [])) ? ((("style=\"max-height: " .
$this->getAttribute(($context["particle"] ?? null),
"height", [])) . "\"")) : (""));
// line 9
echo "
";
// line 10
if (($this->getAttribute(($context["particle"] ??
null), "link", []) == true)) {
// line 11
echo " <a href=\"";
echo twig_escape_filter($this->env,
($context["url"] ?? null), "html", null, true);
echo "\" target=\"";
echo twig_escape_filter($this->env,
(($this->getAttribute(($context["particle"] ?? null),
"target", [], "any", true, true)) ?
(_twig_default_filter($this->getAttribute(($context["particle"]
?? null), "target", []), "_self")) :
("_self")), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env,
$this->getAttribute(($context["particle"] ?? null),
"text", []), "html", null, true);
echo "\" aria-label=\"";
echo twig_escape_filter($this->env,
$this->getAttribute(($context["particle"] ?? null),
"text", []), "html", null, true);
echo "\" ";
echo (((isset($context["rel"]) ||
array_key_exists("rel", $context))) ?
(_twig_default_filter(($context["rel"] ?? null), "")) :
(""));
echo " ";
echo (((isset($context["class"]) ||
array_key_exists("class", $context))) ?
(_twig_default_filter(($context["class"] ?? null), ""))
: (""));
echo ">
";
} else {
// line 12
echo "<div ";
echo (((isset($context["class"]) ||
array_key_exists("class", $context))) ?
(_twig_default_filter(($context["class"] ?? null), ""))
: (""));
echo ">";
}
// line 13
echo " ";
if (
!twig_test_empty($this->getAttribute(($context["particle"] ??
null), "svg", []))) {
// line 14
echo " ";
echo $this->getAttribute(($context["particle"] ??
null), "svg", []);
echo "
";
} elseif ( // line 15
($context["image"] ?? null)) {
// line 16
echo " <img src=\"";
echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc($this->getAttribute(($context["particle"]
?? null), "image", [])), "html", null, true);
echo "\" ";
echo (((isset($context["height"]) ||
array_key_exists("height", $context))) ?
(_twig_default_filter(($context["height"] ?? null),
"")) : (""));
echo " alt=\"";
echo twig_escape_filter($this->env,
$this->getAttribute(($context["particle"] ?? null),
"text", []), "html", null, true);
echo "\" />
";
} else {
// line 18
echo " ";
echo twig_escape_filter($this->env,
(($this->getAttribute(($context["particle"] ?? null),
"text", [], "any", true, true)) ?
(_twig_default_filter($this->getAttribute(($context["particle"]
?? null), "text", []), "Logo")) : ("Logo")),
"html", null, true);
echo "
";
}
// line 20
echo " ";
if (($this->getAttribute(($context["particle"] ??
null), "link", []) == true)) {
echo "</a>";
} else {
echo "</div>";
}
}
public function getTemplateName()
{
return "@particles/logo.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 111 => 20, 105 => 18, 95 => 16, 93
=> 15, 88 => 14, 85 => 13, 80 => 12, 64 => 11, 62 =>
10, 59 => 9, 56 => 8, 53 => 7, 50 => 6, 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("",
"@particles/logo.html.twig",
"/home/lmsyaran/public_html/j3/media/gantry5/engines/nucleus/particles/logo.html.twig");
}
}
559c4fcee465d02c2d323d76e20b7d39e0d522638b117d1159010c7f474778d7.php000064400000037706151162274470015611
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/page_head.html.twig */
class
__TwigTemplate_d0d1ea7c8ee8f853d8f29c03d68b264d7bf8dcc7c9d1a4d5720d316656f095d4
extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
'head_stylesheets' => [$this,
'block_head_stylesheets'],
'head_platform' => [$this,
'block_head_platform'],
'head_overrides' => [$this,
'block_head_overrides'],
'head_meta' => [$this,
'block_head_meta'],
'head_title' => [$this,
'block_head_title'],
'head_application' => [$this,
'block_head_application'],
'head_ie_stylesheets' => [$this,
'block_head_ie_stylesheets'],
'head' => [$this, 'block_head'],
'head_custom' => [$this,
'block_head_custom'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "debugger", []), "assets", [],
"method");
// line 2
$this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "theme", []), "loadAtoms", [],
"method");
// line 4
$assetFunction =
$this->env->getFunction('parse_assets')->getCallable();
$assetVariables = ["priority" => 10];
if ($assetVariables && !is_array($assetVariables)) {
throw new UnexpectedValueException('{% scripts with x %}:
x is not an array');
}
$location = "head";
if ($location && !is_string($location)) {
throw new UnexpectedValueException('{% scripts in x %}: x
is not a string');
}
$priority = isset($assetVariables['priority']) ?
$assetVariables['priority'] : 0;
ob_start();
// line 5
echo " ";
$this->displayBlock('head_stylesheets', $context,
$blocks);
// line 15
$this->displayBlock('head_platform', $context,
$blocks);
// line 16
echo "
";
// line 17
$this->displayBlock('head_overrides', $context,
$blocks);
$content = ob_get_clean();
$assetFunction($content, $location, $priority);
// line 24
echo "<head>
";
// line 25
echo
twig_join_filter($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "document", []), "getHtml", [0 =>
"head_top"], "method"), "
");
echo "
";
// line 26
$this->displayBlock('head_meta', $context, $blocks);
// line 52
$this->displayBlock('head_title', $context, $blocks);
// line 56
echo "
";
// line 57
$this->displayBlock('head_application', $context,
$blocks);
// line 61
echo "
";
// line 62
$this->displayBlock('head_ie_stylesheets', $context,
$blocks);
// line 70
$this->displayBlock('head', $context, $blocks);
// line 71
echo " ";
$this->displayBlock('head_custom', $context, $blocks);
// line 76
echo " ";
echo
twig_join_filter($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "document", []), "getHtml", [0 =>
"head_bottom"], "method"), "
");
echo "
</head>
";
}
// line 5
public function block_head_stylesheets($context, array $blocks = [])
{
// line 6
if
((($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", [], "any", false, true),
"page", [], "any", false, true),
"fontawesome", [], "any", false, true),
"enable", [], "any", true, true)) ?
(_twig_default_filter($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", [], "any", false, true),
"page", [], "any", false, true),
"fontawesome", [], "any", false, true),
"enable", []), 1)) : (1))) {
// line 7
echo " <link rel=\"stylesheet\"
href=\"gantry-assets://css/font-awesome.min.css\"
type=\"text/css\"/>
";
}
// line 9
echo " <link rel=\"stylesheet\"
href=\"gantry-engine://css-compiled/nucleus.css\"
type=\"text/css\"/>
";
// line 10
$context['_parent'] = $context;
$context['_seq'] =
twig_ensure_traversable((($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "theme", [], "any", false, true),
"configuration", [], "any", false, true),
"css", [], "any", false, true), "persistent",
[], "any", true, true)) ?
(_twig_default_filter($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "theme", [], "any", false, true),
"configuration", [], "any", false, true),
"css", [], "any", false, true), "persistent",
[]),
$this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "theme", []), "configuration", []),
"css", []), "files", []))) :
($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "theme", []), "configuration", []),
"css", []), "files", []))));
foreach ($context['_seq'] as $context["_key"]
=> $context["scss"]) {
// line 11
echo " <link rel=\"stylesheet\"
href=\"";
echo twig_escape_filter($this->env,
$context["scss"], "html", null, true);
echo ".scss\" type=\"text/css\"/>";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'],
$context['_key'], $context['scss'],
$context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 13
echo " ";
}
// line 15
public function block_head_platform($context, array $blocks = [])
{
}
// line 17
public function block_head_overrides($context, array $blocks = [])
{
// line 18
$context['_parent'] = $context;
$context['_seq'] =
twig_ensure_traversable($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "theme", []), "configuration", []),
"css", []), "overrides", []));
foreach ($context['_seq'] as $context["_key"]
=> $context["scss"]) {
// line 19
echo " <link rel=\"stylesheet\"
href=\"";
echo twig_escape_filter($this->env,
$context["scss"], "html", null, true);
echo ".scss\" type=\"text/css\"/>";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'],
$context['_key'], $context['scss'],
$context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 21
echo " ";
}
// line 26
public function block_head_meta($context, array $blocks = [])
{
// line 27
echo " <meta name=\"viewport\"
content=\"width=device-width, initial-scale=1.0\">
<meta http-equiv=\"X-UA-Compatible\"
content=\"IE=edge\" />
";
// line 29
if
($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []), "head",
[]), "meta", [])) {
// line 30
$context['_parent'] = $context;
$context['_seq'] =
twig_ensure_traversable($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []), "head",
[]), "meta", []));
foreach ($context['_seq'] as
$context["_key"] => $context["attributes"]) {
// line 31
$context['_parent'] = $context;
$context['_seq'] =
twig_ensure_traversable($context["attributes"]);
foreach ($context['_seq'] as
$context["key"] => $context["value"]) {
// line 32
echo " ";
if
((is_string($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4
= $context["key"]) &&
is_string($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144
= "og:") && ('' ===
$__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144
|| 0 ===
strpos($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4,
$__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144))))
{
// line 33
echo " <meta
property=\"";
echo twig_escape_filter($this->env,
$context["key"]);
echo "\" content=\"";
echo twig_escape_filter($this->env,
$context["value"]);
echo "\" />
";
} else {
// line 35
echo " <meta
name=\"";
echo twig_escape_filter($this->env,
$context["key"]);
echo "\" content=\"";
echo twig_escape_filter($this->env,
$context["value"]);
echo "\" />
";
}
// line 37
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'],
$context['_iterated'], $context['key'],
$context['value'], $context['_parent'],
$context['loop']);
$context = array_intersect_key($context, $_parent) +
$_parent;
}
$_parent = $context['_parent'];
unset($context['_seq'],
$context['_iterated'], $context['_key'],
$context['attributes'], $context['_parent'],
$context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
// line 40
echo
twig_join_filter($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "document", []), "getHtml", [0 =>
"head_meta"], "method"), "
");
echo "
";
// line 42
if
($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []),
"assets", []), "favicon", [])) {
// line 43
echo " <link rel=\"icon\"
type=\"image/x-icon\" href=\"";
echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []),
"assets", []), "favicon", [])), "html", null,
true);
echo "\" />
";
}
// line 45
echo "
";
// line 46
if
($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []),
"assets", []), "touchicon", [])) {
// line 47
echo " <link rel=\"apple-touch-icon\"
sizes=\"180x180\" href=\"";
echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []),
"assets", []), "touchicon", [])), "html",
null, true);
echo "\">
<link rel=\"icon\" sizes=\"192x192\"
href=\"";
// line 48
echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []),
"assets", []), "touchicon", [])), "html",
null, true);
echo "\">
";
}
// line 50
echo " ";
}
// line 52
public function block_head_title($context, array $blocks = [])
{
// line 53
echo "<meta http-equiv=\"Content-Type\"
content=\"text/html; charset=utf-8\" />
<title>Title</title>";
}
// line 57
public function block_head_application($context, array $blocks = [])
{
// line 58
echo
twig_join_filter($this->getAttribute(($context["gantry"] ??
null), "styles", [0 => "head"], "method"),
"
");
echo "
";
// line 59
echo
twig_join_filter($this->getAttribute(($context["gantry"] ??
null), "scripts", [0 => "head"],
"method"), "
");
}
// line 62
public function block_head_ie_stylesheets($context, array $blocks = [])
{
// line 63
echo "<!--[if (gte IE 8)&(lte IE 9)]>
<script type=\"text/javascript\" src=\"";
// line 64
echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc("gantry-assets://js/html5shiv-printshiv.min.js"),
"html", null, true);
echo "\"></script>
<link rel=\"stylesheet\" href=\"";
// line 65
echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc("gantry-engine://css/nucleus-ie9.css"),
"html", null, true);
echo "\" type=\"text/css\"/>
<script type=\"text/javascript\" src=\"";
// line 66
echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->urlFunc("gantry-assets://js/matchmedia.polyfill.js"),
"html", null, true);
echo "\"></script>
<![endif]-->
";
}
// line 70
public function block_head($context, array $blocks = [])
{
}
// line 71
public function block_head_custom($context, array $blocks = [])
{
// line 72
echo " ";
if
($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []), "head",
[]), "head_bottom", [])) {
// line 73
echo " ";
echo
$this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", []), "page", []), "head",
[]), "head_bottom", []);
echo "
";
}
// line 75
echo " ";
}
public function getTemplateName()
{
return "@nucleus/page_head.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 294 => 75, 288 => 73, 285 => 72, 282
=> 71, 277 => 70, 270 => 66, 266 => 65, 262 => 64, 259
=> 63, 256 => 62, 251 => 59, 246 => 58, 243 => 57, 238
=> 53, 235 => 52, 231 => 50, 226 => 48, 221 => 47, 219
=> 46, 216 => 45, 210 => 43, 208 => 42, 202 => 40, 191
=> 37, 183 => 35, 175 => 33, 172 => 32, 168 => 31, 164
=> 30, 162 => 29, 158 => 27, 155 => 26, 151 => 21, 143
=> 19, 139 => 18, 136 => 17, 131 => 15, 127 => 13, 119
=> 11, 115 => 10, 112 => 9, 108 => 7, 106 => 6, 103
=> 5, 94 => 76, 91 => 71, 89 => 70, 87 => 62, 84 =>
61, 82 => 57, 79 => 56, 77 => 52, 75 => 26, 70 => 25,
67 => 24, 63 => 17, 60 => 16, 58 => 15, 55 => 5, 43
=> 4, 41 => 2, 39 => 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/page_head.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/templates/page_head.html.twig");
}
}