Changeset 3351 for temp/trunk


Ignore:
Timestamp:
2006/08/30 23:17:12 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r3332 r3351  
    9090function lfgetTemplate(){ 
    9191    global $objPage; 
    92     $filepath = "/test/kakinaka/"; 
     92    $filepath = USER_DIR . "templates/"; 
    9393     
    9494    $arrTemplateImage = array();    // ²èÌÌɽ¼¨²èÁü³ÊǼÍÑ 
     
    221221function lfChangeTemplate(){ 
    222222    global $objPage; 
    223     $tpl_path = "html/test/kakinaka/"; 
     223    $tpl_path = USER_DIR . "templates/"; 
     224    $bloc_path = ROOT_DIR . USER_DIR . "include/bloc/"; 
    224225     
    225226    $tpl_name = ""; 
     
    273274 
    274275        // mypage¤Ï¥Õ¥©¥ë¥À¤´¤È¥³¥Ô¡¼ 
    275         lfFolderCopy($taget_tpl_path."mypage/", $save_tpl_path."mypage/"); 
     276        lfFolderCopy($taget_tpl_path."mypage/", $save_tpl_path . "mypage/"); 
    276277 
    277278        // ¥Ö¥í¥Ã¥¯¥Ç¡¼¥¿¤Î¥³¥Ô¡¼ 
    278         lfFolderCopy($taget_tpl_path."bloc/", $save_tpl_path."bloc/"); 
     279        lfFolderCopy($taget_tpl_path."bloc/", $bloc_path); 
    279280 
    280281    // mypage¤Î¾ì¹ç¤Ë¤Ï¥Õ¥©¥ë¥À¤´¤È¥³¥Ô¡¼¤¹¤ë 
Note: See TracChangeset for help on using the changeset viewer.