Index: /views/warenkorb/ajaxDialog.phtml
===================================================================
--- /views/warenkorb/ajaxDialog.phtml	(revision 6120)
+++ /views/warenkorb/ajaxDialog.phtml	(revision 6121)
@@ -97,10 +97,12 @@
 	 						<h4><?php echo $this->getProductName($rp_data['product_id']); ?></h4>
 	 						<a href="<?php echo $this->getProduktLink($rp_data['product_id']); ?>">
-	 							<?php if ($this->hasMod('wpsg_mod_produktbilder')) { ?> 
-	 								<?php $arBilder = $this->callMod('wpsg_mod_produktbilder', 'getProduktBilder', array($rp_data['product_id'])); ?>
-	  								<?php if (wpsg_isSizedArray($arBilder)) { ?> 
-	  									<img src="<?php echo $this->callMod('wpsg_mod_produktbilder', 'makeTn', array($rp_data['product_id'], $arBilder[0], 150, 150, 's')); ?>" alt="" />
-	  								<?php } ?>
-	 							<?php } ?>
+					 		<?php if ($this->hasMod('wpsg_mod_produktbilder')) { ?> 
+					 			<?php $arBilder = $this->callMod('wpsg_mod_produktbilder', 'getProduktBilder_MT', array($this->getProduktId($this->view['product_data']['id']))); ?>
+					  			<?php if (wpsg_isSizedArray($arBilder)) { ?> 
+									<?php $href = wp_get_attachment_image_src($arBilder[0]['post_id'], Array(30, 30)); ?>
+									<?php $imgtag = wp_get_attachment_image($arBilder[0]['post_id'], Array(30, 30)); ?>
+					  				<img src="<?php echo $href[0]; ?>" width="30" height="30" alt="" />
+					  			<?php } ?>
+					 		<?php } ?>
 	 						</a>
 	 					</div>
