File: D:/web/matomo.circ/tmp/templates_c/80/8053efeed1af31c108d0106fe6095032.php
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
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;
/* @CoreUpdater/layout.twig */
class __TwigTemplate_661f0713e47568761ab074454d39b448 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "<!DOCTYPE html>
<html id=\"ng-app\">
<head>
<meta charset=\"utf-8\">
<title>Matomo › ";
// line 5
yield \Piwik\piwik_escape_filter($this->env, ((array_key_exists("pageTitle", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["pageTitle"]) || array_key_exists("pageTitle", $context) ? $context["pageTitle"] : (function () { throw new RuntimeError('Variable "pageTitle" does not exist.', 5, $this->source); })()), $this->env->getFilter('translate')->getCallable()("CoreUpdater_UpdateTitle"))) : ($this->env->getFilter('translate')->getCallable()("CoreUpdater_UpdateTitle"))), "html", null, true);
yield "</title>
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=EDGE,chrome=1\"/>
<meta name=\"viewport\" content=\"initial-scale=1.0\" />
<meta name=\"robots\" content=\"noindex,nofollow\">
<meta name=\"google\" content=\"notranslate\">
<script>window.piwik = {};</script>
<link rel=\"stylesheet\" type=\"text/css\" href=\"index.php?module=CoreUpdater&action=getUpdaterCss\"/>
<script type=\"text/javascript\" src=\"index.php?module=CoreUpdater&action=getUpdaterJs\"></script>
<script type=\"text/javascript\">";
// line 15
yield $this->env->getFunction('getJavascriptTranslations')->getCallable()();
yield "</script>
";
// line 17
yield from $this->loadTemplate("@CoreHome/_favicon.twig", "@CoreUpdater/layout.twig", 17)->unwrap()->yield($context);
// line 18
yield " ";
yield from $this->loadTemplate("@CoreHome/_applePinnedTabIcon.twig", "@CoreUpdater/layout.twig", 18)->unwrap()->yield($context);
// line 19
yield "</head>
<body id=\"simple\">
";
// line 22
yield from $this->loadTemplate("@CoreHome/_logo.twig", "@CoreUpdater/layout.twig", 22)->unwrap()->yield(CoreExtension::merge($context, ["logoLink" => false]));
// line 23
yield "
<div class=\"box\">
";
// line 25
yield from $this->unwrap()->yieldBlock('content', $context, $blocks);
// line 27
yield "</div>
</body>
</html>
";
return; yield '';
}
// line 25
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
yield " ";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@CoreUpdater/layout.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 90 => 25, 81 => 27, 79 => 25, 75 => 23, 73 => 22, 68 => 19, 65 => 18, 63 => 17, 58 => 15, 45 => 5, 39 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html id=\"ng-app\">
<head>
<meta charset=\"utf-8\">
<title>Matomo › {{ pageTitle|default('CoreUpdater_UpdateTitle'|translate) }}</title>
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=EDGE,chrome=1\"/>
<meta name=\"viewport\" content=\"initial-scale=1.0\" />
<meta name=\"robots\" content=\"noindex,nofollow\">
<meta name=\"google\" content=\"notranslate\">
<script>window.piwik = {};</script>
<link rel=\"stylesheet\" type=\"text/css\" href=\"index.php?module=CoreUpdater&action=getUpdaterCss\"/>
<script type=\"text/javascript\" src=\"index.php?module=CoreUpdater&action=getUpdaterJs\"></script>
<script type=\"text/javascript\">{{ getJavascriptTranslations()|raw }}</script>
{% include \"@CoreHome/_favicon.twig\" %}
{% include \"@CoreHome/_applePinnedTabIcon.twig\" %}
</head>
<body id=\"simple\">
{% include \"@CoreHome/_logo.twig\" with { 'logoLink': false } %}
<div class=\"box\">
{% block content %}
{% endblock %}
</div>
</body>
</html>
", "@CoreUpdater/layout.twig", "D:\\web\\matomo.circ\\plugins\\CoreUpdater\\templates\\layout.twig");
}
}