Changeset 18102
- Timestamp:
- 2009/06/15 10:33:52 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_4/data/class/SC_Fpdf.php
r18011 r18102 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.