Subversion Repositories wpShopGermany4

Rev

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

Rev 6901 Rev 7352
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
	/**
3
	/**
4
	 * Template für den PDF Gutschein
4
	 * Template für den PDF Gutschein
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
	if ($this->get_option('wpsg_voucherproduct_width') > $this->get_option('wpsg_voucherproduct_height'))
11
	if ($this->get_option('wpsg_voucherproduct_width') > $this->get_option('wpsg_voucherproduct_height'))
12
	{
12
	{
13
		$pageMode = 'L';
13
		$pageMode = 'L';