Subversion Repositories wpShopGermany4

Rev

Rev 5261 | 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
	include(WPSG_PATH_VIEW . 'mailtemplates/html/logo.phtml');
5
 
6
 
6
?><?php $this->render(WPSG_PATH_VIEW.'/mailtemplates/html/html_head.phtml'); ?>
7
?><?php $this->render(WPSG_PATH_VIEW.'/mailtemplates/html/html_head.phtml'); ?>
7
 
8
 
8
<h1><?php echo __("Auftragsbestätigung", "wpsg"); ?></h1> 
9
<h1><?php echo __("Auftragsbestätigung", "wpsg"); ?></h1> 
9
 
10