Subversion Repositories wpShopGermany4

Rev

Rev 7068 | Rev 7932 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7068 Rev 7094
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
 
5
	/**
7
	/**
6
	 * Betreff des Templates
8
	 * Betreff des Templates
7
	 */
9
	 */
8
	$template_betreff = __('wpShopGermany: Zahlungserinnerung', 'wpsg');
10
	$template_betreff = __('wpShopGermany: Zahlungserinnerung', 'wpsg');
9
	 	
11