Subversion Repositories wpShopGermany4

Rev

Rev 6332 | Rev 6857 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1401 daniel 1
<?php
2
 
3
	/**
4
	 * Template für die Integration des Produktgewichts in die Bestellzusammenfassung
5
	 */
6
 
7
?>
6332 hartmut 8
<div class="product_info">
9
	<div
10
	<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
6726 thomas 11
		<?php echo __("Gewicht", "wpsg"); ?>:
6332 hartmut 12
	</div>
13
	<div class="valuer">
14
		<?php echo wpsg_ff($this->view['weight'], $this->get_option('wpsg_mod_weight_unit')); ?>
15
	</div>
16
	<div class="dummyr">
17
		<?php echo __('&nbsp;'); ?>
18
	</div>
19
 
20
</div>