Subversion Repositories wpShopGermany4

Rev

Rev 5261 | 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 Anzeige des Gesamtgewichts innerhalb des Warenkorbs
5
	 */
6
 
7
?>
6330 hartmut 8
<div class="basket_sum_row">
9
	<div class="title">
3023 daniel 10
		<?php echo __('Gesamtgewicht', 'wpsg'); ?>:
6330 hartmut 11
	</div>
12
	<div class="value">
3024 daniel 13
		<?php echo wpsg_ff($this->view['wpsg_mod_weight']['weight'], $this->get_option('wpsg_mod_weight_unit')); ?>
6330 hartmut 14
	</div>
15
    <div class="value">
16
        <?php echo __('&nbsp;'); ?>
17
    </div>
18
</div>