Remove version from image url in templates
[MAILPOET-5217]
This commit is contained in:
@@ -680,7 +680,7 @@ class ScienceWeekly {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Facebook.png?mailpoet_version=3.11.1',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Facebook.png',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@@ -690,7 +690,7 @@ class ScienceWeekly {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Twitter.png?mailpoet_version=3.11.1',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Twitter.png',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
@@ -1130,7 +1130,7 @@ class ScienceWeekly {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Facebook.png?mailpoet_version=3.11.1',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Facebook.png',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@@ -1140,7 +1140,7 @@ class ScienceWeekly {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Twitter.png?mailpoet_version=3.11.1',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Twitter.png',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
|
Reference in New Issue
Block a user