- Timestamp:
- 2006/11/28 19:28:35 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/kakinaka/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/kakinaka/index.php
r9183 r9297 6 6 $objImage = new SC_Image(IMAGE_TEMP_DIR); 7 7 8 //---- ¥Ú¡¼¥¸É½¼¨ÍÑ¥¯¥é¥¹ 9 class LC_Page { 10 function LC_Page() { 11 $this->tpl_mainpage = 'customer/release_set.tpl'; 12 $this->tpl_mainno = 'release_set'; 13 $this->tpl_subnavi = 'customer/subnavi.tpl'; 14 $this->tpl_subno = 'release_set'; 15 16 global $arrRelease; 17 $this->arrRelease = $arrRelease; 18 } 19 } 8 20 9 $file = IMAGE_TEMP_DIR . "kaki.jpg";21 exit(); 10 22 11 $objView->display("index.tpl") 12 23 //---- ¥Ú¡¼¥¸É½¼¨ÍÑ¥¯¥é¥¹ 24 class LC_Page { 25 function LC_Page() { 26 $this->tpl_mainpage = 'customer/release_set.tpl'; 27 $this->tpl_mainno = 'release_set'; 28 $this->tpl_subnavi = 'customer/subnavi.tpl'; 29 $this->tpl_subno = 'release_set'; 30 31 global $arrRelease; 32 $this->arrRelease = $arrRelease; 33 } 34 } 13 35 ?>
Note: See TracChangeset
for help on using the changeset viewer.
