Subversion Repositories wpShopGermany4

Rev

Rev 6857 | 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
6857 hartmut 10
		<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
11
		<span class="fa  fa-balance-scale"></span>
6726 thomas 12
		<?php echo __("Gewicht", "wpsg"); ?>:
6857 hartmut 13
		<strong><?php echo wpsg_ff($this->view['weight'], $this->get_option('wpsg_mod_weight_unit')); ?></strong>
7160 daniel 14
	</div>
6332 hartmut 15
</div>