Changeset 6199 for temp/trunk
- Timestamp:
- 2006/10/12 23:56:56 (20 years ago)
- Location:
- temp/trunk/html/admin/design
- Files:
-
- 2 edited
-
bloc.php (modified) (1 diff)
-
main_edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/bloc.php
r6198 r6199 61 61 if ($_POST['mode'] == "preview") { 62 62 // ¥×¥ì¥Ó¥å¡¼¥Õ¥¡¥¤¥ëºîÀ® 63 $prev_path = INCLUDE_PATH. 'preview/bloc_preview.tpl';63 $prev_path = USER_INC_PATH . 'preview/bloc_preview.tpl'; 64 64 $fp = fopen($prev_path,"w"); 65 65 fwrite($fp, $_POST['bloc_html']); -
temp/trunk/html/admin/design/main_edit.php
r6198 r6199 61 61 62 62 // ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤¬Â¸ºß¤·¤Æ¤¤¤ì¤ÐÆÉ¤ß¹þ¤à 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"; 64 64 if (file_exists($tpl_file)){ 65 65 $arrPageData[0]['tpl_data'] = file_get_contents($tpl_file);
Note: See TracChangeset
for help on using the changeset viewer.
