Subversion Repositories wpShopGermany4

Rev

Rev 5261 | 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();
7237 thomas 9
 
10
	$arPflicht = $this->loadPflichtFeldDaten();
11
	$arTitle = explode('|', $arPflicht['anrede_auswahl']);
4317 daniel 12
 
13
?>
7237 thomas 14
<?php echo wpsg_translate(__('Hallo #1# #2# #3#', 'wpsg'), @$arTitle[$this->view['requestlist']['customer']['title']], wpsg_getStr($this->view['requestlist']['customer']['vname']), wpsg_getStr($this->view['requestlist']['customer']['name'])); ?>,
4317 daniel 15
 
16
<?php echo wpsg_translate(__('Vielen Dank für Ihre Anfrage. Wir werden uns umgehend bei ihnen melden.', 'wpsg')); ?>
17
 
18
<?php echo __('Produktdaten', 'wpsg'); ?>:
19
<?php echo $this->render(WPSG_PATH_VIEW.'/mods/mod_request/requestmail.phtml'); ?>