Subversion Repositories wpShopGermany4

Rev

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

Rev 5261 Rev 7094
Line 1... Line 1...
1
<?php 
1
<?php 
2
 
2
 
3
	/* Wichtig, da die Module sonst kein HTML zurückgeben */
3
	/* Wichtig, da die Module sonst kein HTML zurückgeben */
4
	$this->htmlMail = true;
4
	$this->htmlMail = true;
5
 
5
 
-
 
6
	include(WPSG_PATH_VIEW . 'mailtemplates/html/logo.phtml');
-
 
7
 
6
?>
8
?>
7
<p><?php echo wpsg_translate(__('Hallo #1# #2#,', 'wpsg'), $this->view['basket']['checkout']['vname'], $this->view['basket']['checkout']['name']); ?></p>
9
<p><?php echo wpsg_translate(__('Hallo #1# #2#,', 'wpsg'), $this->view['basket']['checkout']['vname'], $this->view['basket']['checkout']['name']); ?></p>
8
 
10
 
9
<p><?php echo __('Vielen Dank für Ihre Bestellung!', 'wpsg'); ?></p>
11
<p><?php echo __('Vielen Dank für Ihre Bestellung!', 'wpsg'); ?></p>
10
 
12