Subversion Repositories wpShopGermany4

Compare Revisions

Ignore whitespace Rev 7593 → Rev 7594

/produkt/index.phtml
262,7 → 262,8
<td class="wpsg_pos" data-order="pos">
<?php echo $oProduct->getMenuOrder(); ?>
</td>
<?php } ?>
<?php } ?>
<th class="wpsg_order" data-order="anr"><?php echo $oProduct->getNr(); ?></th>
<?php if ($this->hasMod('wpsg_mod_produktartikel') && $this->get_option('wpsg_mod_produktartikel_gtin') == '1') { ?>
<td><?php echo wpsg_hspc($d['gtin']); ?></td>
<?php } ?>