geno/wp-content/plugins/mailpoet/generated/twig/5e/5eb5626c27549b9e6d73965c5629b8c7260cf9c6422687304440fdbb6da064d8.php
2024-02-01 11:54:18 +00:00

67 lines
1.8 KiB
PHP

<?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/social/widget.hbs */
class __TwigTemplate_81809817730fe748cb57e474cd67fd2caa284851e13612f199fef59a41b4eea8 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\"><span class=\"dashicons dashicons-facebook\"></span></div>
<div class=\"mailpoet_widget_title\">";
// line 2
echo $this->extensions['MailPoet\Twig\I18n']->translate("Social");
echo "</div>
";
}
public function getTemplateName()
{
return "newsletter/templates/blocks/social/widget.hbs";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "newsletter/templates/blocks/social/widget.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/social/widget.hbs");
}
}