Index: /mods/wpsg_mod_amazon.class.php
===================================================================
--- /mods/wpsg_mod_amazon.class.php	(revision 6700)
+++ /mods/wpsg_mod_amazon.class.php	(revision 6701)
@@ -418,5 +418,6 @@
 					'mwst_null' => $this->shop->get_option('wpsg_mod_amazon_mwstland'),
 					'hint' => __($this->shop->get_option('wpsg_mod_amazon_hint'), 'wpsg'),
-					'logo' => $this->shop->getRessourceURL('gfx/amazon.png')
+					'logo' => $this->shop->getRessourceURL('gfx/amazon.png'),
+					'logo_100x25' => $this->shop->getRessourceURL('mods/mod_amazon/gfx/logo_100x25.png')
 				);
 					
Index: /mods/wpsg_mod_creditcard.class.php
===================================================================
--- /mods/wpsg_mod_creditcard.class.php	(revision 6700)
+++ /mods/wpsg_mod_creditcard.class.php	(revision 6701)
@@ -91,5 +91,7 @@
 					'mwst_value' => $mwst_value,
 					'mwst_null' => $this->shop->get_option('wpsg_mod_creditcard_mwstland'),
-					'hint' => __($this->shop->get_option('wpsg_mod_creditcard_hint'))
+					'hint' => __($this->shop->get_option('wpsg_mod_creditcard_hint')),
+					'logo' => $this->shop->getRessourceURL('gfx/creditcard.png'),
+					'logo_100x25' => $this->shop->getRessourceURL('mods/mod_creditcard/gfx/logo_100x25.png')
 				);
 				
Index: /mods/wpsg_mod_paypal.class.php
===================================================================
--- /mods/wpsg_mod_paypal.class.php	(revision 6700)
+++ /mods/wpsg_mod_paypal.class.php	(revision 6701)
@@ -206,5 +206,6 @@
 				'mwst_null' => $this->shop->get_option('wpsg_mod_paypal_mwstland'),
 				'hint' => __($this->shop->get_option('wpsg_mod_paypal_hint')),
-				'logo' => $this->shop->getRessourceURL('gfx/paypal.png')
+				'logo' => $this->shop->getRessourceURL('gfx/paypal.png'),
+				'logo_100x25' => $this->shop->getRessourceURL('mods/mod_paypal/gfx/logo_100x25.png')
 			);
 			
Index: /mods/wpsg_mod_paypalapi.class.php
===================================================================
--- /mods/wpsg_mod_paypalapi.class.php	(revision 6700)
+++ /mods/wpsg_mod_paypalapi.class.php	(revision 6701)
@@ -202,5 +202,6 @@
 					'mwst_null' => $this->shop->get_option('wpsg_mod_paypalapi_mwstland'),
 					'hint' => __($this->shop->get_option('wpsg_mod_paypalapi_plus_hint'), 'wpsg'),
-					'logo' => $this->shop->getRessourceURL('gfx/paypalplus.png')
+					'logo' => $this->shop->getRessourceURL('gfx/paypalplus.png'),
+					'logo_100x25' => $this->shop->getRessourceURL('mods/mod_paypalapi/gfx/logo_100x25.png')
 				);
 			
Index: /mods/wpsg_mod_prepayment.class.php
===================================================================
--- /mods/wpsg_mod_prepayment.class.php	(revision 6700)
+++ /mods/wpsg_mod_prepayment.class.php	(revision 6701)
@@ -108,5 +108,6 @@
 				'mwst_null' => $this->shop->get_option('wpsg_mod_prepayment_mwstland'),
 				'hint' => $this->shop->get_option('wpsg_mod_prepayment_hint'),
-				'logo' => $this->shop->getRessourceURL('gfx/vorkasse.png')
+				'logo' => $this->shop->getRessourceURL('gfx/vorkasse.png'),
+				'logo_100x25' => $this->shop->getRessourceURL('mods/mod_prepayment/gfx/logo_100x25.png')
 			);
 			
Index: /mods/wpsg_mod_targo.class.php
===================================================================
--- /mods/wpsg_mod_targo.class.php	(revision 6700)
+++ /mods/wpsg_mod_targo.class.php	(revision 6701)
@@ -147,5 +147,6 @@
 						'mwst_null' => $this->shop->get_option('wpsg_mod_targo_mwstland'),
 						'hint' => __($this->shop->get_option('wpsg_mod_targo_hint')),
-						'logo' => $this->shop->getRessourceURL('gfx/targologo.png')
+						'logo' => $this->shop->getRessourceURL('gfx/targologo.png'),
+						'logo_100x25' => $this->shop->getRessourceURL('mods/mod_targo/gfx/logo_100x25.png')
 					);
 					$arPayment = wpsg_array_merge($arPaymentTB, $arPayment);
Index: /mods/wpsg_mod_wirecard.class.php
===================================================================
--- /mods/wpsg_mod_wirecard.class.php	(revision 6700)
+++ /mods/wpsg_mod_wirecard.class.php	(revision 6701)
@@ -160,5 +160,5 @@
 				'mwst_value' => $mwst_value,
 				'mwst_null' => $this->shop->get_option('wpsg_mod_wirecard_mwstland'),				
-				'logo' => $this->shop->getRessourceURL('mods/mod_wirecard/gfx/wirecard.png'),
+				'logo' => $this->shop->getRessourceURL('gfx/wirecard.png'),
 				'logo_100x25' => $this->shop->getRessourceURL('mods/mod_wirecard/gfx/logo_100x25.png')
 			);
