Add new Email Templates for Newsletters

[MAILPOET-1480]
This commit is contained in:
Pavel Dohnal
2018-09-10 12:20:59 +02:00
parent 4515cb345b
commit bcb9f3cc86
59 changed files with 10855 additions and 489 deletions

View File

@@ -8,7 +8,7 @@ class AppWelcome {
private $social_icon_url;
function __construct($assets_url) {
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/app_welcome';
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/app_welcome';
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
}