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 6595
Line 3... Line 3...
3
	/**
3
	/**
4
	 * HTML E-Mail Template für die Admin Mail bei einer neuen Anfrage
4
	 * HTML E-Mail Template für die Admin Mail bei einer neuen Anfrage
5
	 */
5
	 */
6
 
6
 
7
	$this->htmlMail = true;
7
	$this->htmlMail = true;
-
 
8
	date_default_timezone_set('Europe/Berlin');
8
	$time = time();
9
	$time = time();
9
 
10
 
10
?>
11
?>
11
<p><?php echo __('Hallo Administrator', 'wpsg'); ?>,</p>
12
<p><?php echo __('Hallo Administrator', 'wpsg'); ?>,</p>
12
<p><?php echo wpsg_translate(__('Das Anfrageformular auf der Homepage wurde am #1# um #2# Uhr', 'wpsg'), date('d.m.Y', $time), date('H:i', $time)); ?></p>
13
<p><?php echo wpsg_translate(__('Das Anfrageformular auf der Homepage wurde am #1# um #2# Uhr', 'wpsg'), date('d.m.Y', $time), date('H:i', $time)); ?></p>