File: D:/web/matomo.vdk/tmp/templates_c/87/87a27d2d5988ede21f0f2e6d65c10069.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;
/* _sparklineFooter.twig */
class __TwigTemplate_5922fc5055c001e1f4415a786a333f34 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;
yield "<script type=\"text/javascript\">
\$(function () {
initializeSparklines();
});
</script>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "_sparklineFooter.twig";
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ();
}
public function getSourceContext()
{
return new Source("<script type=\"text/javascript\">
\$(function () {
initializeSparklines();
});
</script>
", "_sparklineFooter.twig", "D:\\web\\matomo.vdk\\plugins\\Morpheus\\templates\\_sparklineFooter.twig");
}
}