JezK
Edit File: 493813a0dd2b289ddb0ecd9fe7e3c0225436ee03c798290614f8cf9afc8a2555.php
<?php 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/container/twoColumnLayoutWidget12.hbs */ class __TwigTemplate_57ee1a04a31ae2cf619c9be9991ddbae99c0f8036744d07b9a9d9a1778510373 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/layout-icons/2-column-12.svg"); echo " </div> <div class=\"mailpoet_widget_title\">"; // line 4 echo $this->extensions['MailPoet\Twig\I18n']->translate("1:2 columns"); echo "</div> "; } public function getTemplateName() { return "newsletter/templates/blocks/container/twoColumnLayoutWidget12.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/container/twoColumnLayoutWidget12.hbs", "/home2/sc1juliebave/lecocondalfred.fr/wp-content/plugins/mailpoet/views/newsletter/templates/blocks/container/twoColumnLayoutWidget12.hbs"); } }