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

* empty log message *

Location:
temp/trunk/html/admin/design
Files:
5 edited

Legend:

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

    r5934 r6081  
    6161if ($_POST['mode'] == "preview") { 
    6262    // ¥×¥ì¥Ó¥å¡¼¥Õ¥¡¥¤¥ëºîÀ® 
    63     $prev_path = ROOT_DIR . INCLUDE_DIR. 'preview/bloc_preview.tpl'; 
     63    $prev_path = INCLUDE_PATH. 'preview/bloc_preview.tpl'; 
    6464    $fp = fopen($prev_path,"w"); 
    6565    fwrite($fp, $_POST['bloc_html']); 
  • temp/trunk/html/admin/design/css.php

    r5934 r6081  
    2828sfIsSuccess($objSess); 
    2929 
    30 $css_path = ROOT_DIR . USER_DIR . "css/contents.css"; 
     30$css_path = USER_PATH . "css/contents.css"; 
    3131 
    3232// ¥Ç¡¼¥¿¹¹¿·½èÍý 
  • temp/trunk/html/admin/design/index.php

    r5950 r6081  
    66 */ 
    77require_once("../../require.php"); 
    8 require_once(ROOT_DIR."data/include/page_layout.inc"); 
     8require_once(DATA_PATH . "include/page_layout.inc"); 
    99 
    1010class LC_Page { 
  • temp/trunk/html/admin/design/main_edit.php

    r5948 r6081  
    66 */ 
    77require_once("../../require.php"); 
    8 require_once(ROOT_DIR."data/include/page_layout.inc"); 
     8require_once(DATA_PATH . "include/page_layout.inc"); 
    99 
    1010class LC_Page { 
  • 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.