Subversion Repositories wpShopGermany4

Rev

Rev 6726 | Rev 7160 | 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
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>
6330 hartmut 14
	</div>
6857 hartmut 15
	<br />
6330 hartmut 16
</div>