remove additional new line
This commit is contained in:
@ -8,8 +8,7 @@ class AppWelcome {
|
|||||||
private $social_icon_url;
|
private $social_icon_url;
|
||||||
|
|
||||||
function __construct($assets_url) {
|
function __construct($assets_url) {
|
||||||
$this->template_image_url = 'https://ps.w.org
|
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/app_welcome';
|
||||||
/mailpoet/assets/newsletter-templates/app_welcome';
|
|
||||||
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,8 +8,7 @@ class ChocolateStore {
|
|||||||
private $social_icon_url;
|
private $social_icon_url;
|
||||||
|
|
||||||
function __construct($assets_url) {
|
function __construct($assets_url) {
|
||||||
$this->template_image_url = 'https://ps.w.org
|
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/chocolate_store';
|
||||||
/mailpoet/assets/newsletter-templates/chocolate_store';
|
|
||||||
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,8 +8,7 @@ class CoffeeShop {
|
|||||||
private $template_image_url;
|
private $template_image_url;
|
||||||
|
|
||||||
function __construct($assets_url) {
|
function __construct($assets_url) {
|
||||||
$this->template_image_url = 'https://ps.w.org
|
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/franks-roast-house';
|
||||||
/mailpoet/assets/newsletter-templates/franks-roast-house';
|
|
||||||
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,8 +8,7 @@ class Discount {
|
|||||||
private $social_icon_url;
|
private $social_icon_url;
|
||||||
|
|
||||||
function __construct($assets_url) {
|
function __construct($assets_url) {
|
||||||
$this->template_image_url = 'https://ps.w.org
|
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/discount';
|
||||||
/mailpoet/assets/newsletter-templates/discount';
|
|
||||||
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,8 +8,7 @@ class Faith {
|
|||||||
private $social_icon_url;
|
private $social_icon_url;
|
||||||
|
|
||||||
function __construct($assets_url) {
|
function __construct($assets_url) {
|
||||||
$this->template_image_url = 'https://ps.w.org
|
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/faith';
|
||||||
/mailpoet/assets/newsletter-templates/faith';
|
|
||||||
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,8 +8,7 @@ class FestivalEvent {
|
|||||||
private $social_icon_url;
|
private $social_icon_url;
|
||||||
|
|
||||||
function __construct($assets_url) {
|
function __construct($assets_url) {
|
||||||
$this->template_image_url = 'https://ps.w.org
|
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/festival_event';
|
||||||
/mailpoet/assets/newsletter-templates/festival_event';
|
|
||||||
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,8 +9,7 @@ class FoodBox {
|
|||||||
private $social_icon_url;
|
private $social_icon_url;
|
||||||
|
|
||||||
function __construct($assets_url) {
|
function __construct($assets_url) {
|
||||||
$this->template_image_url = 'https://ps.w.org
|
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/food_box';
|
||||||
/mailpoet/assets/newsletter-templates/food_box';
|
|
||||||
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,8 +8,7 @@ class KickOff {
|
|||||||
private $social_icon_url;
|
private $social_icon_url;
|
||||||
|
|
||||||
function __construct($assets_url) {
|
function __construct($assets_url) {
|
||||||
$this->template_image_url = 'https://ps.w.org
|
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/kick_off';
|
||||||
/mailpoet/assets/newsletter-templates/kick_off';
|
|
||||||
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,8 +8,7 @@ class NewsDay {
|
|||||||
private $social_icon_url;
|
private $social_icon_url;
|
||||||
|
|
||||||
function __construct($assets_url) {
|
function __construct($assets_url) {
|
||||||
$this->template_image_url = 'https://ps.w.org
|
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/news_day';
|
||||||
/mailpoet/assets/newsletter-templates/news_day';
|
|
||||||
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,8 +8,7 @@ class PieceOfCake {
|
|||||||
private $social_icon_url;
|
private $social_icon_url;
|
||||||
|
|
||||||
function __construct($assets_url) {
|
function __construct($assets_url) {
|
||||||
$this->template_image_url = 'https://ps.w.org
|
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/piece_of_cake';
|
||||||
/mailpoet/assets/newsletter-templates/piece_of_cake';
|
|
||||||
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,8 +8,7 @@ class ScienceWeekly {
|
|||||||
private $social_icon_url;
|
private $social_icon_url;
|
||||||
|
|
||||||
function __construct($assets_url) {
|
function __construct($assets_url) {
|
||||||
$this->template_image_url = 'https://ps.w.org
|
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/science_weekly';
|
||||||
/mailpoet/assets/newsletter-templates/science_weekly';
|
|
||||||
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,8 +8,7 @@ class Shoes {
|
|||||||
private $social_icon_url;
|
private $social_icon_url;
|
||||||
|
|
||||||
function __construct($assets_url) {
|
function __construct($assets_url) {
|
||||||
$this->template_image_url = 'https://ps.w.org
|
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/shoes';
|
||||||
/mailpoet/assets/newsletter-templates/shoes';
|
|
||||||
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,8 +8,7 @@ class TakeAHike {
|
|||||||
private $social_icon_url;
|
private $social_icon_url;
|
||||||
|
|
||||||
function __construct($assets_url) {
|
function __construct($assets_url) {
|
||||||
$this->template_image_url = 'https://ps.w.org
|
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/take_a_hike';
|
||||||
/mailpoet/assets/newsletter-templates/take_a_hike';
|
|
||||||
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,8 +8,7 @@ class TravelNomads {
|
|||||||
private $social_icon_url;
|
private $social_icon_url;
|
||||||
|
|
||||||
function __construct($assets_url) {
|
function __construct($assets_url) {
|
||||||
$this->template_image_url = 'https://ps.w.org
|
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/travel_nomads';
|
||||||
/mailpoet/assets/newsletter-templates/travel_nomads';
|
|
||||||
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,8 +8,7 @@ class WorldCup {
|
|||||||
private $social_icon_url;
|
private $social_icon_url;
|
||||||
|
|
||||||
function __construct($assets_url) {
|
function __construct($assets_url) {
|
||||||
$this->template_image_url = 'https://ps.w.org
|
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/world_cup';
|
||||||
/mailpoet/assets/newsletter-templates/world_cup';
|
|
||||||
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,8 +8,7 @@ class YogaStudio {
|
|||||||
private $social_icon_url;
|
private $social_icon_url;
|
||||||
|
|
||||||
function __construct($assets_url) {
|
function __construct($assets_url) {
|
||||||
$this->template_image_url = 'https://ps.w.org
|
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/yoga_studio';
|
||||||
/mailpoet/assets/newsletter-templates/yoga_studio';
|
|
||||||
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user