changing missing tempaltes

This commit is contained in:
Amine Ben hammou
2017-09-25 08:57:18 +00:00
parent 04be06c0cb
commit 74dedd06bc
8 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@ class PostNotificationsBlank1Column {
function __construct($assets_url) {
$this->assets_url = $assets_url;
$this->external_template_image_url = '//ps.w.org/mailpoet/assets/newsletter-templates/post-notifications-blank-1-column';
$this->external_template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/post-notifications-blank-1-column';
$this->template_image_url = $this->assets_url . '/img/blank_templates';
$this->social_icon_url = $this->assets_url . '/img/newsletter_editor/social-icons';
}