Subversion Repositories wpShopGermany4

Rev

Rev 7160 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7155 thomas 1
<?php
2
 
3
	/**
4
	 * Template für die Integration der Füllmenge in die Bestellzusammenfassung
5
	 */
6
 
7
?>
8
<div class="product_info">
9
	<div
10
		<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
11
		<span class="fa  fa-balance-scale"></span>
12
		<?php echo __("Füllmenge", "wpsg"); ?>:
13
		<strong><?php echo wpsg_ff($this->view['fuellmenge'], $this->get_option('wpsg_mod_fuellmenge_einheit')); ?></strong>
14
	</div>
15
	<br />
16
</div>