Subversion Repositories wpShopGermany4

Rev

Rev 6726 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6726 Rev 6857
Line 5... Line 5...
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
8
<div class="product_info">
8
<div class="product_info">
9
	<div 
9
	<div 
10
	<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
10
		<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
-
 
11
		<span class="fa  fa-balance-scale"></span>
11
		<?php echo __("Gewicht", "wpsg"); ?>:
12
		<?php echo __("Gewicht", "wpsg"); ?>:
-
 
13
		<strong><?php echo wpsg_ff($this->view['weight'], $this->get_option('wpsg_mod_weight_unit')); ?></strong>
12
	</div>
14
	</div>
13
	<div class="valuer">
-
 
14
		<?php echo wpsg_ff($this->view['weight'], $this->get_option('wpsg_mod_weight_unit')); ?>	
-
 
15
	</div>
15
	<br />
16
	<div class="dummyr">
-
 
17
		<?php echo __('&nbsp;'); ?>
-
 
18
	</div>
-
 
19
	
-
 
20
</div>
16
</div>
21
17