Subversion Repositories wpShopGermany4

Rev

Rev 7932 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7932 Rev 7934
Line 1... Line 1...
1
<?php 
1
<?php 
2
 
2
 
3
	global $template_name, $template_betreff, $absender_name, $absender_email;
3
	global $template_name, $template_betreff, $absender_name, $absender_email;
4
 
4
 
5
	include(WPSG_PATH_VIEW . 'mailtemplates/html/logo.phtml');
-
 
6
 
-
 
7
	/**
5
	/**
8
	 * Betreff des Templates
6
	 * Betreff des Templates
9
	 */
7
	 */
10
	$template_betreff = __('wpShopGermany: Zahlungserinnerung', 'wpsg');
8
	$template_betreff = __('wpShopGermany: Zahlungserinnerung', 'wpsg');
11
	  
9