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 |
<a title="<?php echo __('Zur Detailseite des Produktes', 'wpsg'); ?>" href="<?php echo wpsg_url($p['url']); ?>">
|
102 |
<?php $attachment_id = $this->imagehandler->getAttachmentID($p['product_key']); ?>
|
102 |
<?php $attachment_id = $this->imagehandler->getAttachmentID($p['product_key']); ?>
|
103 |
<?php echo wp_get_attachment_image($attachment_id, array(800, 600)); ?>
|
103 |
<?php echo wp_get_attachment_image($attachment_id, array(800, 600)); ?>
|
104 |
</a>
|
104 |
</a>
|
105 |
|
105 |
|
106 |
|
106 |
|