Subversion Repositories wpShopGermany4

Rev

Rev 7160 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7160 Rev 7359
Line 4... Line 4...
4
	 * Template für die Anzeige des Produktgewichts im Warenkorb
4
	 * Template für die Anzeige des Produktgewichts im Warenkorb
5
	 */
5
	 */
6
	//wpsg_debug($this->view);
6
	//wpsg_debug($this->view);
7
?>
7
?>
8
<div class="product_info">
8
<div class="product_info">
9
	<div 
9
	<div class="title">
10
		<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
-
 
11
		<span class="fa  fa-balance-scale"></span>
10
		<span class="fa  fa-balance-scale"></span>
12
		<?php echo __("Gewicht", "wpsg"); ?>:
11
		<?php echo __("Gewicht", "wpsg"); ?>:
13
		<strong><?php echo wpsg_ff($this->view['weight'], $this->get_option('wpsg_mod_weight_unit')); ?></strong>
12
		<strong><?php echo wpsg_ff($this->view['weight'], $this->get_option('wpsg_mod_weight_unit')); ?></strong>
14
	</div> 
13
	</div> 
15
</div>
14
</div>
16
15