source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "

"; echo $this->extensions['MailPoet\Twig\I18n']->translate("Footer"); echo "

"; // line 3 echo $this->extensions['MailPoet\Twig\I18n']->translate("Text"); echo "
"; // line 29 echo $this->extensions['MailPoet\Twig\I18n']->translate("Links"); echo "
"; // line 41 echo $this->extensions['MailPoet\Twig\I18n']->translate("Background"); echo "
env, $this->extensions['MailPoet\Twig\I18n']->translate("Done"), "html_attr"); echo "\" />

"; // line 70 echo MailPoet\Util\Helpers::replaceLinkTags($this->extensions['MailPoet\Twig\I18n']->translate("If an email client [link]does not support a custom web font[/link], a similar standard font will be used instead."), "https://kb.mailpoet.com/article/176-which-fonts-can-be-used-in-mailpoet#custom-web-fonts", ["target" => "_blank"]); echo "

"; } public function getTemplateName() { return "newsletter/templates/blocks/footer/settings.hbs"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 140 => 70, 133 => 66, 124 => 60, 115 => 54, 106 => 48, 96 => 41, 84 => 32, 78 => 29, 58 => 12, 50 => 7, 43 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/footer/settings.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/footer/settings.hbs"); } }