Subversion Repositories wpShopGermany4

Rev

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

Rev 7306 Rev 7352
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
	/**
3
	/**
4
	 * FPDF Template für die Generierung des Lieferscheins
4
	 * FPDF Template für die Generierung des Lieferscheins
5
	 */
5
	 */
6
 
6
	
7
	require_once WPSG_PATH_LIB.'fpdf/fpdf.php';
7
	require_once WPSG_PATH_LIB.'FPDF_1.81/fpdf.php';
8
	require_once WPSG_PATH_LIB.'fpdf/fpdi.php';
8
	require_once WPSG_PATH_LIB.'FPDI_2.2.0/autoload.php';
9
	require_once WPSG_PATH_LIB.'wpsg_fpdf.class.php';
9
	require_once WPSG_PATH_LIB.'wpsg_fpdf.class.php';
10
	
10
	
11
	global $absender_left, $absender_top, $adress_left, $adress_top, $dndata_left, $dndata_top;
11
	global $absender_left, $absender_top, $adress_left, $adress_top, $dndata_left, $dndata_top;
12
			
12
			
13
	if (!function_exists('addCoverLetterPage')) {
13
	if (!function_exists('addCoverLetterPage')) {