Changeset 19735
- Timestamp:
- 2010/12/17 02:13:36 (12 years ago)
- Location:
- branches/version-2_5-dev/data
- Files:
-
- 5 deleted
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/SC_Fpdf.php
r19716 r19735 30 30 require(DATA_PATH . 'module/fpdf/fpdf.php'); 31 31 require(DATA_PATH . 'module/fpdf/japanese.php'); 32 define('PDF_TEMPLATE_DIR', DATA_PATH. 'pdf/');32 define('PDF_TEMPLATE_DIR', TEMPLATE_ADMIN_DIR . 'pdf/'); 33 33 34 34 class SC_Fpdf { 35 function SC_Fpdf($download, $title, $tpl_pdf = "template_nouhin01.pdf") {35 function SC_Fpdf($download, $title, $tpl_pdf = 'nouhinsyo1.pdf') { 36 36 // デフォルトの設定 37 37 $this->tpl_pdf = PDF_TEMPLATE_DIR . $tpl_pdf; // テンプレートファイル
Note: See TracChangeset
for help on using the changeset viewer.