Subversion Repositories wpShopGermany4

Rev

Rev 6332 | Rev 6454 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6332 Rev 6438
Line 120... Line 120...
120
 
120
 
121
			<div class="overview_product_row">
121
			<div class="overview_product_row">
122
 
122
 
123
				<?php $this->view['$bPicture'] = false; ?>
123
				<?php $this->view['$bPicture'] = false; ?>
124
 
124
 
125
				<?php if ($this->get_option('wpsg_mod_produktbilder_basketimage') == '1' && $this->hasMod('wpsg_mod_produktbilder')) {
125
				<?php if ($this->get_option('wpsg_imagehandler_basketimage') == '1' && $this->hasMod('wpsg_mod_produktbilder')) {
126
 
126
 
127
					if (wpsg_isSizedString($product_data['varianten_image'])) $arImages = array($product_data['varianten_image']);
127
					if (wpsg_isSizedString($product_data['varianten_image'])) $arImages = array($product_data['varianten_image']);
128
					else $arImages = $this->callMod('wpsg_mod_produktbilder', 'getProduktBilder_MT', array($this->getProduktID($product_data['id'])));
128
					else $arImages = $this->callMod('wpsg_mod_produktbilder', 'getProduktBilder_MT', array($this->getProduktID($product_data['id'])));
129
 
129
 
130
				?>
130
				?>