Subversion Repositories wpShopGermany4

Rev

Rev 4943 | 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 Anzeige des Gesamtgewichts innerhalb des Warenkorbs
5
	 */
6
 
7
?>
3023 daniel 8
<tr class="wpsg_row_weight wpsg_row_small">
2782 daniel 9
	<td colspan="<?php echo $this->view['colspan']; ?>" class="wpsg_cell_weight_label">
3023 daniel 10
		<?php echo __('Gesamtgewicht', 'wpsg'); ?>:
2782 daniel 11
	</td>
12
	<td class="wpsg_cell_weight_value">
3024 daniel 13
		<?php echo wpsg_ff($this->view['wpsg_mod_weight']['weight'], $this->get_option('wpsg_mod_weight_unit')); ?>
2782 daniel 14
	</td>
15
</tr>