Subversion Repositories wpShopGermany4

Rev

Rev 4943 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4313 daniel 1
<?php
4317 daniel 2
 
3
	/**
4
	 * HTML E-Mail Template für die Admin Mail bei einer neuen Anfrage
5
	 */
6
 
7
	$this->htmlMail = true;
8
	$time = time();
9
 
10
?>
11
<?php echo wpsg_translate(__('Hallo #1# #2#', 'wpsg'), wpsg_getStr($this->view['requestlist']['customer']['vname']), wpsg_getStr($this->view['requestlist']['customer']['name'])); ?>,
12
 
13
<?php echo wpsg_translate(__('Vielen Dank für Ihre Anfrage. Wir werden uns umgehend bei ihnen melden.', 'wpsg')); ?>
14
 
15
<?php echo __('Produktdaten', 'wpsg'); ?>:
16
<?php echo $this->render(WPSG_PATH_VIEW.'/mods/mod_request/requestmail.phtml'); ?>