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 6... Line 6...
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-truck"></span>
11
		<?php echo __("Lieferzeit", "wpsg"); ?>:
12
		<?php echo __("Lieferzeit", "wpsg"); ?>:
-
 
13
		<strong><?php echo __($this->view['wpsg_mod_deliverytime']['deliverytime'], 'wpsg'); ?></strong>
12
	</div>
14
	</div>
13
	<div class="valuel">
-
 
14
		<?php echo __($this->view['wpsg_mod_deliverytime']['deliverytime'], 'wpsg'); ?>
-
 
15
	
-
 
16
	</div>
-
 
17
	<div class="dummyr">
-
 
18
		<?php echo __('&nbsp;'); ?>
-
 
19
	</div>
-
 
20
	
-
 
21
</div>
15
</div>
22
<?php /* Hinweistext für Verzögerung in der Lieferzeit */ ?>
16
<?php /* Hinweistext für Verzögerung in der Lieferzeit */ ?>
23
<div class="product_info">
17
<div class="product_info">
24
	<div class="fulll">
18
	<div class="fulll">
25
		<?php echo __($this->view['wpsg_mod_deliverytime']['delaytime'], 'wpsg'); ?>
19
		<?php echo __($this->view['wpsg_mod_deliverytime']['delaytime'], 'wpsg'); ?>
26
 
20
 
27
	</div>
21
	</div>
-
 
22
	<br />
28
</div>
23
</div>