Index: /mods/wpsg_mod_productvariants.class.php
===================================================================
--- /mods/wpsg_mod_productvariants.class.php	(revision 6150)
+++ /mods/wpsg_mod_productvariants.class.php	(revision 6151)
@@ -1566,4 +1566,5 @@
 			//die($this->shop->render(WPSG_PATH_VIEW.'/mods/mod_productvariants/stockVarianten.phtml'));
 			//$html = ($this->shop->render(WPSG_PATH_VIEW.'/mods/mod_productvariants/admin_html.phtml', false));
+			//die($this->shop->render(WPSG_PATH_VIEW.'/mods/mod_productvariants/stock2.phtml', false));
 			$html = ($this->shop->render(WPSG_PATH_VIEW.'/mods/mod_productvariants/stock2.phtml', false));
 			echo $html;	
Index: /views/produkt/index.phtml
===================================================================
--- /views/produkt/index.phtml	(revision 6150)
+++ /views/produkt/index.phtml	(revision 6151)
@@ -115,6 +115,7 @@
                             <?php
 
-                                $img = $this->callMod('wpsg_mod_produktbilder', 'getProductImage_MT', array($d['id'], 40, 40, 'c'));
-
+                                //$img = $this->callMod('wpsg_mod_produktbilder', 'getProductImage_MT', array($d['id'], 40, 40, 'c'));
+                                $img = $this->callMod('wpsg_mod_produktbilder', 'getProductImage_MT', array($d['id']));
+                                
                                 if ($img !== false)
                                 {
