File: D:/web/matomo.circ/tmp/templates_c/d0/d0f96fb429d2ae469de8b9d0fb20ed2a.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;
/* @CoreHome/_javaScriptDisabled.twig */
class __TwigTemplate_816ce3cc7aa10bc19db31ae2a3a00e01 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "<noscript>
<div id=\"javascriptDisabled\">";
// line 2
yield $this->env->getFilter('translate')->getCallable()("CoreHome_JavascriptDisabled", "<a href=\"\">", "</a>");
yield "</div>
</noscript>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@CoreHome/_javaScriptDisabled.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 41 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("<noscript>
<div id=\"javascriptDisabled\">{{ 'CoreHome_JavascriptDisabled'|translate('<a href=\"\">','</a>')|raw }}</div>
</noscript>
", "@CoreHome/_javaScriptDisabled.twig", "D:\\web\\matomo.circ\\plugins\\CoreHome\\templates\\_javaScriptDisabled.twig");
}
}