diff --git a/lib/Config/PopulatorData/Templates/PostNotificationsBlank1Column.php b/lib/Config/PopulatorData/Templates/PostNotificationsBlank1Column.php index f9f34efd31..4cda373045 100644 --- a/lib/Config/PopulatorData/Templates/PostNotificationsBlank1Column.php +++ b/lib/Config/PopulatorData/Templates/PostNotificationsBlank1Column.php @@ -7,7 +7,7 @@ class PostNotificationsBlank1Column { function __construct($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'; }