Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla4/ |
| [Home] [System Details] [Kill Me] |
52fdc7f13ab019077c35a3cdf941e572b29f31ded364ad53ff4ee3ddf3b78363.php000064400000016473151162212120016366
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/block.html.twig */
class
__TwigTemplate_be020fdae975549f32c0b3a28a9e1834ec8f8d5f2923e8d1c53fe3b1f41c7744
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["attr_extra"] =
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->attributeArrayFilter($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "extra", []));
// line 2
echo "
";
// line 3
$context["class"] = ((("g-block " .
call_user_func_array($this->env->getFilter('toGrid')->getCallable(),
[$this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "size", [])])) .
(($this->getAttribute($this->getAttribute( // line 4
($context["segment"] ?? null), "attributes", []),
"variations", [])) ? ((" " .
twig_join_filter($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "variations", []), "
"))) : (""))) .
(($this->getAttribute($this->getAttribute( // line 5
($context["segment"] ?? null), "attributes", []),
"class", [])) ? ((" " .
twig_join_filter($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "class", []), "
"))) : ("")));
// line 6
echo "
";
// line 7
ob_start();
// line 8
echo " ";
if ($this->getAttribute(($context["segment"] ?? null),
"children", [])) {
// line 9
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 10
echo " ";
if ($this->getAttribute($context["segment"],
"content", [])) {
// line 11
echo " ";
echo
$this->getAttribute($context["segment"], "content",
[]);
echo "
";
} else {
// line 13
echo " ";
$this->loadTemplate([0 =>
(("@nucleus/content/" .
$this->getAttribute($context["segment"], "type",
[])) . ".html.twig"), 1 => (("@nucleus/layout/" .
$this->getAttribute($context["segment"], "type",
[])) . ".html.twig")],
"@nucleus/layout/block.html.twig",
13)->display(twig_array_merge($context, ["segments" =>
$this->getAttribute($context["segment"], "children",
[])]));
// line 14
echo " ";
}
// 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 (twig_trim_filter(($context["html"] ?? null))) {
// line 20
echo " <div ";
if
($this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "id", [])) {
echo "id=\"";
echo twig_escape_filter($this->env,
$this->getAttribute($this->getAttribute(($context["segment"]
?? null), "attributes", []), "id", []),
"html", null, true);
echo "\" ";
}
echo "class=\"";
echo twig_escape_filter($this->env,
($context["class"] ?? null), "html", null, true);
echo "\"";
echo ($context["attr_extra"] ?? null);
echo ">
";
// line 21
echo twig_trim_filter(($context["html"] ?? null));
echo "
</div>
";
}
}
public function getTemplateName()
{
return "@nucleus/layout/block.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 113 => 21, 100 => 20, 98 => 19, 94
=> 16, 80 => 15, 77 => 14, 74 => 13, 68 => 11, 65 =>
10, 47 => 9, 44 => 8, 42 => 7, 39 => 6, 37 => 5, 36
=> 4, 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("{% set attr_extra =
segment.attributes.extra|attribute_array %}
{% set class = 'g-block ' ~ segment.attributes.size|toGrid
~ (segment.attributes.variations ? ' ' ~
segment.attributes.variations|join(' '))
~ (segment.attributes.class ? ' ' ~
segment.attributes.class|join(' ')) %}
{% set html %}
{% if segment.children %}
{% for segment in segments %}
{% if segment.content %}
{{ segment.content|raw }}
{% else %}
{% include ['@nucleus/content/' ~ segment.type ~
'.html.twig', '@nucleus/layout/' ~ segment.type ~
'.html.twig'] with { 'segments': segment.children } %}
{% endif %}
{% endfor %}
{% endif %}
{% endset %}
{%- if html|trim %}
<div {% if segment.attributes.id %}id=\"{{
segment.attributes.id }}\" {% endif %}class=\"{{ class }}\"
{{- attr_extra|raw }}>
{{ html|trim|raw }}
</div>
{% endif -%}
", "@nucleus/layout/block.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/templates/layout/block.html.twig");
}
}
52068858242f0911b11c3a6c5081761778f2655e15fbc7ce1de05801e8f52f4a.php000064400000046343151162212120015502
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_186c4d808997088e2addc749d1aeb91ae492d3b422dd296ce3ba7f16ea3688dc
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("{%- do gantry.debugger.assets() -%}
{%- do gantry.theme.loadAtoms() -%}
{% assets with { priority: 10 } %}
{% block head_stylesheets -%}
{% if gantry.config.page.fontawesome.enable|default(1) %}
<link rel=\"stylesheet\"
href=\"gantry-assets://css/font-awesome.min.css\"
type=\"text/css\"/>
{% endif %}
<link rel=\"stylesheet\"
href=\"gantry-engine://css-compiled/nucleus.css\"
type=\"text/css\"/>
{% for scss in
gantry.theme.configuration.css.persistent|default(gantry.theme.configuration.css.files)
%}
<link rel=\"stylesheet\" href=\"{{ scss
}}.scss\" type=\"text/css\"/>
{%- endfor %}
{% endblock -%}
{% block head_platform %}{% endblock %}
{% block head_overrides -%}
{% for scss in gantry.theme.configuration.css.overrides %}
<link rel=\"stylesheet\" href=\"{{ scss
}}.scss\" type=\"text/css\"/>
{%- endfor %}
{% endblock -%}
{% endassets -%}
<head>
{{ gantry.document.getHtml('head_top')|join(\"\\n
\")|raw }}
{% block head_meta %}
<meta name=\"viewport\"
content=\"width=device-width, initial-scale=1.0\">
<meta http-equiv=\"X-UA-Compatible\"
content=\"IE=edge\" />
{% if gantry.config.page.head.meta -%}
{% for attributes in gantry.config.page.head.meta -%}
{%- for key, value in attributes %}
{% if key starts with 'og:' %}
<meta property=\"{{ key|e }}\"
content=\"{{ value|e }}\" />
{% else %}
<meta name=\"{{ key|e }}\"
content=\"{{ value|e }}\" />
{% endif %}
{% endfor -%}
{%- endfor -%}
{%- endif -%}
{{ gantry.document.getHtml('head_meta')|join(\"\\n
\")|raw }}
{% if gantry.config.page.assets.favicon %}
<link rel=\"icon\" type=\"image/x-icon\"
href=\"{{ url(gantry.config.page.assets.favicon) }}\" />
{% endif %}
{% if gantry.config.page.assets.touchicon %}
<link rel=\"apple-touch-icon\"
sizes=\"180x180\" href=\"{{
url(gantry.config.page.assets.touchicon) }}\">
<link rel=\"icon\" sizes=\"192x192\"
href=\"{{ url(gantry.config.page.assets.touchicon) }}\">
{% endif %}
{% endblock %}
{%- block head_title -%}
<meta http-equiv=\"Content-Type\"
content=\"text/html; charset=utf-8\" />
<title>Title</title>
{%- endblock %}
{% block head_application -%}
{{ gantry.styles('head')|join(\"\\n\")|raw }}
{{ gantry.scripts('head')|join(\"\\n\")|raw }}
{%- endblock %}
{% block head_ie_stylesheets -%}
<!--[if (gte IE 8)&(lte IE 9)]>
<script type=\"text/javascript\" src=\"{{
url('gantry-assets://js/html5shiv-printshiv.min.js')
}}\"></script>
<link rel=\"stylesheet\" href=\"{{
url('gantry-engine://css/nucleus-ie9.css') }}\"
type=\"text/css\"/>
<script type=\"text/javascript\" src=\"{{
url('gantry-assets://js/matchmedia.polyfill.js')
}}\"></script>
<![endif]-->
{% endblock -%}
{% block head %}{% endblock %}
{% block head_custom %}
{% if gantry.config.page.head.head_bottom %}
{{ gantry.config.page.head.head_bottom|raw }}
{% endif %}
{% endblock %}
{{ gantry.document.getHtml('head_bottom')|join(\"\\n
\")|raw }}
</head>
", "@nucleus/page_head.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/templates/page_head.html.twig");
}
}
527663362d14b9f8c97f186ac2970a7568b0a4b13ae2c5c5c3f7edf45a4b232c.php000064400000010452151162212120016053
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");
}
}
5295898b25f4d379b52a555c02a843cf7a7e30cc4616178980646de4bd7dc343.php000064400000005062151162212120015601
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/mobile-menu.html.twig */
class
__TwigTemplate_0cc52e95647b5bb158f87ee35acb81e3e09f7b51d2a9bf69e20a8c0e7ca355c6
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/mobile-menu.html.twig", 1);
$this->parent->display($context,
array_merge($this->blocks, $blocks));
}
// line 3
public function block_particle($context, array $blocks = [])
{
// line 4
echo " <div id=\"g-mobilemenu-container\"
data-g-menu-breakpoint=\"";
echo twig_escape_filter($this->env,
(($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", [], "any", false, true),
"get", [0 =>
"styles.breakpoints.mobile-menu-breakpoint"], "method",
true, true)) ?
(_twig_default_filter($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", [], "any", false, true),
"get", [0 =>
"styles.breakpoints.mobile-menu-breakpoint"],
"method"), "48rem")) : ("48rem")),
"html", null, true);
echo "\"></div>
";
}
public function getTemplateName()
{
return "@particles/mobile-menu.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 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/mobile-menu.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/particles/mobile-menu.html.twig");
}
}