Fix templates data to use proper images and social icons URLs

[MAILPOET-1558]
This commit is contained in:
Rostislav Wolny
2018-11-05 11:36:40 +01:00
parent fe6519d503
commit cada06360b
6 changed files with 56 additions and 56 deletions

View File

@@ -498,7 +498,7 @@ class Charity {
array (
'type' => 'image',
'link' => '',
'src' => 'http://mailpoet.info/wp-content/uploads/2017/08/Charity-Child.png',
'src' => $this->template_image_url . '/Charity-Child.png',
'alt' => 'Charity-Child',
'fullWidth' => false,
'width' => '200px',
@@ -582,7 +582,7 @@ class Charity {
array (
'type' => 'image',
'link' => '',
'src' => 'http://mailpoet.info/wp-content/uploads/2017/08/Charity-Video.jpg',
'src' => $this->template_image_url . '/Charity-Video.jpg',
'alt' => 'Charity-Video',
'fullWidth' => false,
'width' => '1280px',
@@ -651,7 +651,7 @@ class Charity {
array (
'type' => 'image',
'link' => '',
'src' => 'http://mailpoet.info/wp-content/uploads/2017/08/Charity-Logo-Small.png',
'src' => $this->template_image_url . '/Charity-Logo-Small.png',
'alt' => 'Charity-Logo-Small',
'fullWidth' => false,
'width' => '407px',