Adding https prefix the image sources

This commit is contained in:
Amine Ben hammou
2017-09-18 15:11:55 +00:00
parent 10be411b12
commit 0cd9c8e416
17 changed files with 34 additions and 18 deletions

View File

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