Ignore:
Timestamp:
2010/12/17 02:13:36 (13 years ago)
Author:
Seasoft
Message:

#529(pdf 関連モジュールの配置誤り)

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  
    3030require(DATA_PATH . 'module/fpdf/fpdf.php'); 
    3131require(DATA_PATH . 'module/fpdf/japanese.php'); 
    32 define('PDF_TEMPLATE_DIR', DATA_PATH . 'pdf/'); 
     32define('PDF_TEMPLATE_DIR', TEMPLATE_ADMIN_DIR . 'pdf/'); 
    3333 
    3434class SC_Fpdf { 
    35     function SC_Fpdf($download, $title, $tpl_pdf = "template_nouhin01.pdf") { 
     35    function SC_Fpdf($download, $title, $tpl_pdf = 'nouhinsyo1.pdf') { 
    3636        // デフォルトの設定 
    3737        $this->tpl_pdf = PDF_TEMPLATE_DIR . $tpl_pdf;  // テンプレートファイル 
Note: See TracChangeset for help on using the changeset viewer.