Index: /temp/trunk/html/admin/design/main_edit.php
===================================================================
--- /temp/trunk/html/admin/design/main_edit.php	(revision 6147)
+++ /temp/trunk/html/admin/design/main_edit.php	(revision 6198)
@@ -61,5 +61,5 @@
 	
 	// ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤¬Â¸ºß¤·¤Æ¤¤¤ì¤ÐÆÉ¤ß¹þ¤à
-	$tpl_file = HTML_DIR . $arrPageData[0]['tpl_dir'] . $arrPageData[0]['filename'] . ".tpl";
+	$tpl_file = HTML_HTML . $arrPageData[0]['tpl_dir'] . $arrPageData[0]['filename'] . ".tpl";
 	if (file_exists($tpl_file)){
 		$arrPageData[0]['tpl_data'] = file_get_contents($tpl_file);		
Index: /temp/trunk/html/admin/design/bloc.php
===================================================================
--- /temp/trunk/html/admin/design/bloc.php	(revision 6087)
+++ /temp/trunk/html/admin/design/bloc.php	(revision 6198)
@@ -45,5 +45,5 @@
 if ($bloc_id != '') {
 	$arrBlocData = lfgetBlocData(" bloc_id = ? " , array($bloc_id));
-	$arrBlocData[0]['tpl_path'] = HTML_DIR . $arrBlocData[0]['tpl_path'];
+	$arrBlocData[0]['tpl_path'] = HTML_HTML . $arrBlocData[0]['tpl_path'];
 
 	// ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤ÎÆÉ¤ß¹þ¤ß
Index: /temp/trunk/html/admin/design/index.php
===================================================================
--- /temp/trunk/html/admin/design/index.php	(revision 6197)
+++ /temp/trunk/html/admin/design/index.php	(revision 6198)
@@ -152,7 +152,7 @@
 		
 		$_SESSION['preview'] = "ON";
-		header("location: ". URL_DIR . "preview/index.php");
+		header("Location: ". URL_DIR . "preview/index.php");
 	}else{
-		header("location: ./index.php?page_id=$page_id&msg=on");
+		header("Location: ./index.php?page_id=$page_id&msg=on");
 	}
 }
