Subversion Repositories wpShopGermany4

Rev

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

Rev 6812 Rev 6840
Line 96... Line 96...
96
			<?php if (($i - 1) % $col == 0) { ?><div class="wpsg_mod_productindex_productrow"><?php } ?>
96
			<?php if (($i - 1) % $col == 0) { ?><div class="wpsg_mod_productindex_productrow"><?php } ?>
97
 
97
 
98
			<div class="wpsg_mod_productindex_product <?php echo (($i == sizeof($this->view['arProducts']))?'wpsg_mod_productindex_product_last':''); ?> <?php echo (($i == 1)?'wpsg_mod_productindex_product_first':''); ?>" style="width:<?php echo round((100 / $col), 2) ?>%;">
98
			<div class="wpsg_mod_productindex_product <?php echo (($i == sizeof($this->view['arProducts']))?'wpsg_mod_productindex_product_last':''); ?> <?php echo (($i == 1)?'wpsg_mod_productindex_product_first':''); ?>" style="width:<?php echo round((100 / $col), 2) ?>%;">
99
				<div class="wpsg_mod_productindex_product_inner">
99
				<div class="wpsg_mod_productindex_product_inner">
100
					
100
					
-
 
101
					<a title="<?php echo __('Zur Detailseite des Produkts', 'wpsg'); ?>" href="<?php echo wpsg_url($p['url']); ?>">
101
					<?php $attachment_id = $this->imagehandler->getAttachmentID($p['product_key']); ?>
102
						<?php $attachment_id = $this->imagehandler->getAttachmentID($p['product_key']); ?>
102
					<?php echo wp_get_attachment_image($attachment_id, array(800, 600)); ?>
103
						<?php echo wp_get_attachment_image($attachment_id, array(800, 600)); ?>
103
 
104
					</a>
104
				
105
				
105
					
106
					
106
					<div class="wpsg_mod_productindex_content">
107
					<div class="wpsg_mod_productindex_content">
107
						<div class="wpsg_mod_productindex_title">
108
						<div class="wpsg_mod_productindex_title">
108
							<a title="<?php echo __('Zur Detailseite des Produkts', 'wpsg'); ?>" href="<?php echo wpsg_url($p['url']); ?>"><?php echo $this->getProductName($this->getProduktID($p['id']), true); ?></a>
109
							<a title="<?php echo __('Zur Detailseite des Produkts', 'wpsg'); ?>" href="<?php echo wpsg_url($p['url']); ?>"><?php echo $this->getProductName($this->getProduktID($p['id']), true); ?></a>