File: D:/web/matomo.circ/tmp/templates_c/01/010bf59febe70518f3be530e7493cba1.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;
/* @ProfessionalServices/promoFunnel.twig */
class __TwigTemplate_8bbb8853ec0f8e07bcce660e6e6b1e1c 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 "<p style=\"margin-top:3em;margin-bottom:3em\" class=\"alert-info alert\">Did you know?
A Funnel defines a series of actions that you expect your visitors to take on their way to converting a goal.
<br/>With <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"";
// line 3
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('trackmatomolink')->getCallable()("https://matomo.org/recommends/conversion-funnel/"), "html", null, true);
yield "\">Funnels for Matomo</a>,
you can easily determine your funnel and see where your visitors drop off and how to focus efforts to increase your conversions.
</p>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@ProfessionalServices/promoFunnel.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 42 => 3, 38 => 1,);
}
public function getSourceContext()
{
return new Source("<p style=\"margin-top:3em;margin-bottom:3em\" class=\"alert-info alert\">Did you know?
A Funnel defines a series of actions that you expect your visitors to take on their way to converting a goal.
<br/>With <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{{ 'https://matomo.org/recommends/conversion-funnel/'|trackmatomolink }}\">Funnels for Matomo</a>,
you can easily determine your funnel and see where your visitors drop off and how to focus efforts to increase your conversions.
</p>
", "@ProfessionalServices/promoFunnel.twig", "D:\\web\\matomo.circ\\plugins\\ProfessionalServices\\templates\\promoFunnel.twig");
}
}