Remove version from image url in templates

[MAILPOET-5217]
This commit is contained in:
Jan Lysý
2023-04-21 13:38:44 +02:00
committed by Aschepikov
parent 87352ee366
commit fb2c839fad
26 changed files with 145 additions and 145 deletions

View File

@@ -549,7 +549,7 @@ class RetroComputingMagazine {
'type' => 'socialIcon',
'iconType' => 'facebook',
'link' => 'http://www.facebook.com',
'image' => $this->social_icon_url . '/02-grey/Facebook.png?mailpoet_version=3.0.0-rc.1.0.4',
'image' => $this->social_icon_url . '/02-grey/Facebook.png',
'height' => '32px',
'width' => '32px',
'text' => 'Facebook',
@@ -559,7 +559,7 @@ class RetroComputingMagazine {
'type' => 'socialIcon',
'iconType' => 'twitter',
'link' => 'http://www.twitter.com',
'image' => $this->social_icon_url . '/02-grey/Twitter.png?mailpoet_version=3.0.0-rc.1.0.4',
'image' => $this->social_icon_url . '/02-grey/Twitter.png',
'height' => '32px',
'width' => '32px',
'text' => 'Twitter',
@@ -569,7 +569,7 @@ class RetroComputingMagazine {
'type' => 'socialIcon',
'iconType' => 'youtube',
'link' => 'http://www.youtube.com',
'image' => $this->social_icon_url . '/02-grey/Youtube.png?mailpoet_version=3.0.0-rc.1.0.4',
'image' => $this->social_icon_url . '/02-grey/Youtube.png',
'height' => '32px',
'width' => '32px',
'text' => 'Youtube',
@@ -579,7 +579,7 @@ class RetroComputingMagazine {
'type' => 'socialIcon',
'iconType' => 'email',
'link' => '',
'image' => $this->social_icon_url . '/02-grey/Email.png?mailpoet_version=3.0.0-rc.1.0.4',
'image' => $this->social_icon_url . '/02-grey/Email.png',
'height' => '32px',
'width' => '32px',
'text' => 'Email',