Changeset 18024
- Timestamp:
- 2009/05/25 14:15:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/data/class/SC_Fpdf.php
r18012 r18024 96 96 $this->setEtcData(); 97 97 98 //ロゴ画像99 $logo_file = PDF_TEMPLATE_DIR . 'logo.png';100 $this->pdf->Image($logo_file, 124, 46, 40);101 102 98 } 103 99 … … 127 123 $this->lfText(125, 83, $text, 8); //Email 128 124 } 125 126 //ロゴ画像 127 $logo_file = PDF_TEMPLATE_DIR . 'logo.png'; 128 $this->pdf->Image($logo_file, 124, 46, 40); 129 129 } 130 130
Note: See TracChangeset
for help on using the changeset viewer.