Ignore:
Timestamp:
2006/10/12 13:07:23 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r5934 r6081  
    237237function lfChangeTemplate(){ 
    238238    global $objPage; 
    239     $tpl_path = USER_DIR . "templates/"; 
    240     $inc_path = ROOT_DIR . USER_DIR . "include/"; 
    241     $css_path = ROOT_DIR . USER_DIR . "css/"; 
     239    $tpl_path = USER_PATH . "templates/"; 
     240    $inc_path = USER_PATH . "include/"; 
     241    $css_path = USER_PATH . "css/"; 
    242242     
    243243    $tpl_name = ""; 
     
    280280    } 
    281281     
    282     $taget_tpl_path = ROOT_DIR . $tpl_path . $arrTemplate[0]['template_code'] . "/"; 
    283     $save_tpl_path = ROOT_DIR . $tpl_path; 
     282    $taget_tpl_path = $tpl_path . $arrTemplate[0]['template_code'] . "/"; 
     283    $save_tpl_path = $tpl_path; 
    284284     
    285285    // TOP¤òÊѹ¹¤·¤¿¾ì¹ç¤Ë¤ÏÁ´²èÌÌÊѹ¹ 
Note: See TracChangeset for help on using the changeset viewer.