Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

Commit 0bb7fb6

Browse files
committed
logo change
1 parent de51911 commit 0bb7fb6

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

admin/language/dutch/payment/paynl3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
$version = '3.4.8';
88
$css = 'position: relative;top: -19px;display: inline;left: 10px;';
9-
$url = '<a href="https://www.pay.nl" target="_blank"><img src="https://static.pay.nl/generic/images/50x50/logo.png" alt="PAY." title="PAY."/></a>' .
9+
$url = '<a href="https://www.pay.nl" target="_blank"><img style="width: 50px;" src="view/image/payment/main_pay_logo.png" alt="PAY." title="PAY."/></a>' .
1010
'<div style="' . $css . '">Version: ' . $version . '</div>';
1111

1212

admin/language/english/payment/paynl3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
$version = '3.4.8';
88
$css = 'position: relative;top: -19px;display: inline;left: 10px;';
9-
$url = '<a href="https://www.pay.nl" target="_blank"><img src="https://static.pay.nl/generic/images/50x50/logo.png" alt="PAY." title="PAY."/></a>' .
9+
$url = '<a href="https://www.pay.nl" target="_blank"><img style="width: 50px;" src="view/image/payment/main_pay_logo.png" alt="PAY." title="PAY."/></a>' .
1010
'<div style="' . $css . '">Version: ' . $version . '</div>';
1111

1212

19.7 KB
Loading

0 commit comments

Comments
 (0)