Fix incorrect post notification template logo URL

This commit is contained in:
Tautvidas Sipavičius
2016-07-29 16:52:55 +03:00
parent a44d4ed0b5
commit cb5d7cb9a0

View File

@ -7,7 +7,7 @@ class PostNotificationsBlank1Column {
function __construct($assets_url) { function __construct($assets_url) {
$this->assets_url = $assets_url; $this->assets_url = $assets_url;
$this->template_image_url = $this->assets_url . '/img/post_notifications_template'; $this->template_image_url = $this->assets_url . '/img/blank_templates';
$this->social_icon_url = $this->assets_url . '/img/newsletter_editor/social-icons'; $this->social_icon_url = $this->assets_url . '/img/newsletter_editor/social-icons';
} }