Changeset 6199 for temp/trunk


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

* empty log message *

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

Legend:

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

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

    r6198 r6199  
    6161     
    6262    // ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤¬Â¸ºß¤·¤Æ¤¤¤ì¤ÐÆÉ¤ß¹þ¤à 
    63     $tpl_file = HTML_HTML . $arrPageData[0]['tpl_dir'] . $arrPageData[0]['filename'] . ".tpl"; 
     63    $tpl_file = HTML_PATH . $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.