File: D:/web/matomo.circ/tmp/templates_c/25/2570be51867dbc22dd1420cf24a225c2.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/_shortcuts.twig */
class __TwigTemplate_c04e02af071e5afe46a352bc6b52c385 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 "<div class=\"ui-confirm\" id=\"shortcuthelp\">
<h2>";
// line 2
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('translate')->getCallable()("CoreHome_ShortcutsAvailable"), "html", null, true);
yield "</h2>
<dl></dl>
</div>";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@CoreHome/_shortcuts.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 41 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("<div class=\"ui-confirm\" id=\"shortcuthelp\">
<h2>{{ 'CoreHome_ShortcutsAvailable'|translate }}</h2>
<dl></dl>
</div>", "@CoreHome/_shortcuts.twig", "D:\\web\\matomo.circ\\plugins\\CoreHome\\templates\\_shortcuts.twig");
}
}