geno/wp-content/plugins/mailpoet/generated/twig/6b/6bc41f498e8d33551fec22cb32daf2383d032700c411a8e4cfdd1334a0cef0d5.php

73 lines
1.9 KiB
PHP
Raw Normal View History

2024-02-01 17:24:18 +05:30
<?php
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Twig\Environment;
use MailPoetVendor\Twig\Error\LoaderError;
use MailPoetVendor\Twig\Error\RuntimeError;
use MailPoetVendor\Twig\Extension\SandboxExtension;
use MailPoetVendor\Twig\Markup;
use MailPoetVendor\Twig\Sandbox\SecurityError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedTagError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFilterError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFunctionError;
use MailPoetVendor\Twig\Source;
use MailPoetVendor\Twig\Template;
/* newsletter/templates/blocks/spacer/widget.hbs */
class __TwigTemplate_b15684c9c1b30295654cb2c4025660051d337ea4d65489bd1f087022070daa8c 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
echo "<div class=\"mailpoet_widget_icon\">
";
// line 2
echo \MailPoetVendor\twig_source($this->env, "newsletter/templates/svg/block-icons/spacer.svg");
echo "
</div>
<div class=\"mailpoet_widget_title\">";
// line 4
echo $this->extensions['MailPoet\Twig\I18n']->translate("Spacer");
echo "</div>
";
}
public function getTemplateName()
{
return "newsletter/templates/blocks/spacer/widget.hbs";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 45 => 4, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "newsletter/templates/blocks/spacer/widget.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/spacer/widget.hbs");
}
}