Subversion Repositories wpShopGermany4

Rev

Rev 6330 | 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 Anzeige des Produktgewichts im Warenkorb
5
	 */
1517 david 6
	//wpsg_debug($this->view);
1401 daniel 7
?>
6330 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"); ?>:
6330 hartmut 12
	</div>
13
	<div class="valuer">
1401 daniel 14
		<?php echo wpsg_ff($this->view['weight'], $this->get_option('wpsg_mod_weight_unit')); ?>
6330 hartmut 15
	</div>
16
	<div class="dummyr">
17
		<?php echo __('&nbsp;'); ?>
18
	</div>
19
 
20
</div>