remove additional new line

This commit is contained in:
Amine Ben hammou
2017-09-21 18:47:43 +00:00
parent 0cd9c8e416
commit 04be06c0cb
16 changed files with 18 additions and 34 deletions

View File

@ -8,8 +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';
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -8,8 +8,7 @@ class ScienceWeekly {
private $social_icon_url;
function __construct($assets_url) {
$this->template_image_url = 'https://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';
}

View File

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

View File

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

View File

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

View File

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

View File

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