OwlCyberSecurity - MANAGER
Edit File: a5c75cc79bd074b9ae283c87f129298198aff1405b491c0e2f103691a1b9e08c.php
<?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/dynamicProducts/block.hbs */ class __TwigTemplate_a2a7bcafb22c1e2aa6826e6deaf6cf4d2597a7e644a6f507afc71ccc881a3379 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_tools\"></div> <div class=\"mailpoet_content\"> <div class=\"mailpoet_dynamic_products_block_overlay\"> <span class=\"mailpoet_overlay_message\">"; // line 4 yield $this->extensions['MailPoet\Twig\I18n']->translate("This is only a preview! Your subscribers will see your latest products."); yield "</span> </div> <div class=\"mailpoet_dynamic_products_block_posts\"></div> </div> <div class=\"mailpoet_block_highlight\"></div> "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "newsletter/templates/blocks/dynamicProducts/block.hbs"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 43 => 4, 38 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/dynamicProducts/block.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/dynamicProducts/block.hbs"); } }