Changeset 3324 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/08/30 22:21:52 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/design/template.php

    r3323 r3324  
    275275        $arrMypage=glob($taget_tpl_path."mypage/" . "*" ); 
    276276         
    277         sfprintr($taget_tpl_path); 
    278         sfprintr(glob($taget_tpl_path . "*" )); 
    279          
    280277        // ¥Õ¥©¥ë¥À¤¬¤Ê¤±¤ì¤ÐºîÀ®¤¹¤ë 
    281278        if(!is_dir($save_tpl_path."mypage")){ 
    282279            mkdir($save_tpl_path."mypage"); 
    283280        } 
    284          
    285         sfprintr($arrMypage); 
    286281         
    287282        foreach($arrMypage as $key => $val){ 
     
    291286             
    292287            sfprintr($matches); 
    293 //          copy($val, $save_tpl_path . "detail.tpl"); 
     288            copy($val, $save_tpl_path . "mypage/" . $data); 
    294289        } 
    295290 
Note: See TracChangeset for help on using the changeset viewer.