Changeset 6198 for temp/trunk
- Timestamp:
- 2006/10/12 23:54:10 (20 years ago)
- Location:
- temp/trunk/html/admin/design
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/bloc.php
r6087 r6198 45 45 if ($bloc_id != '') { 46 46 $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']; 48 48 49 49 // ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤ÎÆÉ¤ß¹þ¤ß -
temp/trunk/html/admin/design/index.php
r6197 r6198 152 152 153 153 $_SESSION['preview'] = "ON"; 154 header(" location: ". URL_DIR . "preview/index.php");154 header("Location: ". URL_DIR . "preview/index.php"); 155 155 }else{ 156 header(" location: ./index.php?page_id=$page_id&msg=on");156 header("Location: ./index.php?page_id=$page_id&msg=on"); 157 157 } 158 158 } -
temp/trunk/html/admin/design/main_edit.php
r6147 r6198 61 61 62 62 // ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤¬Â¸ºß¤·¤Æ¤¤¤ì¤ÐÆÉ¤ß¹þ¤à 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"; 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.
