Changeset 6198 for temp/trunk


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

* empty log message *

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

Legend:

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

    r6087 r6198  
    4545if ($bloc_id != '') { 
    4646    $arrBlocData = lfgetBlocData(" bloc_id = ? " , array($bloc_id)); 
    47     $arrBlocData[0]['tpl_path'] = HTML_DIR . $arrBlocData[0]['tpl_path']; 
     47    $arrBlocData[0]['tpl_path'] = HTML_HTML . $arrBlocData[0]['tpl_path']; 
    4848 
    4949    // ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤ÎÆÉ¤ß¹þ¤ß 
  • temp/trunk/html/admin/design/index.php

    r6197 r6198  
    152152         
    153153        $_SESSION['preview'] = "ON"; 
    154         header("location: ". URL_DIR . "preview/index.php"); 
     154        header("Location: ". URL_DIR . "preview/index.php"); 
    155155    }else{ 
    156         header("location: ./index.php?page_id=$page_id&msg=on"); 
     156        header("Location: ./index.php?page_id=$page_id&msg=on"); 
    157157    } 
    158158} 
  • temp/trunk/html/admin/design/main_edit.php

    r6147 r6198  
    6161     
    6262    // ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤¬Â¸ºß¤·¤Æ¤¤¤ì¤ÐÆÉ¤ß¹þ¤à 
    63     $tpl_file = HTML_DIR . $arrPageData[0]['tpl_dir'] . $arrPageData[0]['filename'] . ".tpl"; 
     63    $tpl_file = HTML_HTML . $arrPageData[0]['tpl_dir'] . $arrPageData[0]['filename'] . ".tpl"; 
    6464    if (file_exists($tpl_file)){ 
    6565        $arrPageData[0]['tpl_data'] = file_get_contents($tpl_file);      
Note: See TracChangeset for help on using the changeset viewer.