Subversion Repositories wpShopGermany4

Rev

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

Rev 6857 Rev 7844
Line 4... Line 4...
4
	 * Template für die Integration der Lieferzeit in den Warenkorb
4
	 * Template für die Integration der Lieferzeit in den Warenkorb
5
	 */
5
	 */
6
 
6
 
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-truck"></span>
10
		<span class="fa fa-truck"></span>
12
		<?php echo __("Lieferzeit", "wpsg"); ?>:
11
		<?php echo __("Lieferzeit", "wpsg"); ?>:
13
		<strong><?php echo __($this->view['wpsg_mod_deliverytime']['deliverytime'], 'wpsg'); ?></strong>
12
		<strong><?php echo __($this->view['wpsg_mod_deliverytime']['deliverytime'], 'wpsg'); ?></strong>
14
	</div>
13
	</div>
15
</div>
14
</div>