Index: temp/trunk/html/admin/design/main_edit.php
===================================================================
--- temp/trunk/html/admin/design/main_edit.php	(revision 6198)
+++ temp/trunk/html/admin/design/main_edit.php	(revision 6199)
@@ -61,5 +61,5 @@
 	
 	// ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤¬Â¸ºß¤·¤Æ¤¤¤ì¤ÐÆÉ¤ß¹þ¤à
-	$tpl_file = HTML_HTML . $arrPageData[0]['tpl_dir'] . $arrPageData[0]['filename'] . ".tpl";
+	$tpl_file = HTML_PATH . $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 6198)
+++ temp/trunk/html/admin/design/bloc.php	(revision 6199)
@@ -61,5 +61,5 @@
 if ($_POST['mode'] == "preview") {
 	// ¥×¥ì¥Ó¥å¡¼¥Õ¥¡¥¤¥ëºîÀ®
-	$prev_path = INCLUDE_PATH. 'preview/bloc_preview.tpl';
+	$prev_path = USER_INC_PATH . 'preview/bloc_preview.tpl';
 	$fp = fopen($prev_path,"w");
 	fwrite($fp, $_POST['bloc_html']);
