Changeset 10503 for temp/trunk/html


Ignore:
Timestamp:
2006/12/10 16:06:27 (19 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

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

    r10497 r10503  
    286286    } 
    287287     
    288     $taget_tpl_path = $tpl_path . $arrTemplate[0]['template_code'] . "/"; 
     288    $taget_tpl_path = $tpl_path . $arrTemplate[0]['template_code'] . "/templates/"; 
     289    $taget_inc_path = $tpl_path . $arrTemplate[0]['template_code'] . "/include/"; 
     290    $taget_css_path = $tpl_path . $arrTemplate[0]['template_code'] . "/css/"; 
    289291    $save_tpl_path = $tpl_path; 
    290292     
     
    300302 
    301303        // ¥Ö¥í¥Ã¥¯¥Ç¡¼¥¿¤Î¥³¥Ô¡¼ 
    302         lfFolderCopy($taget_tpl_path."bloc/", $inc_path . "bloc/"); 
     304        lfFolderCopy($taget_inc_path."bloc/", $inc_path . "bloc/"); 
    303305         
    304306        // ¥Ø¥Ã¥À¡¼,¥Õ¥Ã¥¿¡¼¥³¥Ô¡¼ 
    305         copy($taget_tpl_path . "header.tpl", $inc_path . "header.tpl"); 
    306         copy($taget_tpl_path . "footer.tpl", $inc_path . "footer.tpl"); 
     307        copy($taget_inc_path . "header.tpl", $inc_path . "header.tpl"); 
     308        copy($taget_inc_path . "footer.tpl", $inc_path . "footer.tpl"); 
    307309         
    308310        // CSS¥Õ¥¡¥¤¥ë¤Î¥³¥Ô¡¼ 
    309         copy($taget_tpl_path . "contents.css", $css_path . "contents.css"); 
     311        copy($taget_css_path . "contents.css", $css_path . "contents.css"); 
    310312 
    311313    // mypage¤Î¾ì¹ç¤Ë¤Ï¥Õ¥©¥ë¥À¤´¤È¥³¥Ô¡¼¤¹¤ë 
Note: See TracChangeset for help on using the changeset viewer.