Subversion Repositories wpShopGermany4

Rev

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

Rev 6857 Rev 7160
Line 9... Line 9...
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
		<span class="fa  fa-balance-scale"></span>
12
		<?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>
13
		<strong><?php echo wpsg_ff($this->view['weight'], $this->get_option('wpsg_mod_weight_unit')); ?></strong>
14
	</div>
14
	</div> 
15
	<br />
-
 
16
</div>
15
</div>
17
16