Subversion Repositories wpShopGermany4

Rev

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

Rev 6454 Rev 6458
Line 172... Line 172...
172
    		 
172
    		 
173
    		<tr class="wpsg_mod_productvariants_productimage_row">
173
    		<tr class="wpsg_mod_productvariants_productimage_row">
174
    			<td class="col_id">&nbsp;</td>
174
    			<td class="col_id">&nbsp;</td>
175
   				<?php 
175
   				<?php 
176
				 
176
				 
177
					$arAttachmentIDs = $this->imagehandler->getAttachmentIDs($this->view['product_id'], $vari['id']);
177
					$arAttachmentIDs = $this->imagehandler->getAttachmentIDs($this->view['product_id'], $vari['id'], true);
178
					
178
					
179
				?>
179
				?>
180
				<td class="ui-sortable" colspan="<?php echo $colspan; ?>"  id="wpsg_images_productimage_<?php echo $this->view['variant']['id']; ?>_<?php echo $vari['id']; ?>" >
180
				<td class="ui-sortable" colspan="<?php echo $colspan; ?>"  id="wpsg_images_productimage_<?php echo $this->view['variant']['id']; ?>_<?php echo $vari['id']; ?>" >
181
			 
181
			 
182
					<?php foreach ($arAttachmentIDs as $attachment_id) { ?>
182
					<?php foreach ($arAttachmentIDs as $attachment_id) { ?>