🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 11:49:32 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
mailpoet
/
generated
/
twig
/
07
📍 /home/therahul/thedasstores.com/wp-content/plugins/mailpoet/generated/twig/07
🔄 Refresh
✏️
Editing: 0719eabee9dc6fc55797b0040da567be8003547f5a6db8c10ea35cd2fc6b4326.php
Writable
<?php if (!defined('ABSPATH')) exit; use MailPoetVendor\Twig\Environment; use MailPoetVendor\Twig\Error\LoaderError; use MailPoetVendor\Twig\Error\RuntimeError; use MailPoetVendor\Twig\Extension\CoreExtension; 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/threeColumnLayoutWidget.hbs */ class __TwigTemplate_bf1afcdd39b977c640e7d80e1226553f8b3fa42753dc0980108bb10dea17eb4d 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 "<div class=\"mailpoet_widget_icon\"> "; // line 2 yield MailPoetVendor\Twig\Extension\CoreExtension::source($this->env, "newsletter/templates/svg/layout-icons/3-column.svg"); yield " </div> <div class=\"mailpoet_widget_title\">"; // line 4 yield $this->extensions['MailPoet\Twig\I18n']->translate("3 columns"); yield "</div> "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "newsletter/templates/blocks/container/threeColumnLayoutWidget.hbs"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 46 => 4, 41 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/container/threeColumnLayoutWidget.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/container/threeColumnLayoutWidget.hbs"); } }
💾 Save Changes
❌ Cancel