Index: temp/trunk/html/admin/design/index.php
===================================================================
--- temp/trunk/html/admin/design/index.php	(revision 5135)
+++ temp/trunk/html/admin/design/index.php	(revision 5136)
@@ -384,4 +384,10 @@
 	copy(ROOT_DIR . $arrPageData[0]['tpl_dir'].$arrPageData[0]['filename'].".tpl", ROOT_DIR . USER_DIR."templates/".$filename.".tpl");
 	
+	// ¹¹¿·¥Ç¡¼¥¿¤Î¼èÆÀ
+	$sql = "select page_name, header_chk, footer_chk from dtb_pagelayout where page_id = ?";
+	$ret = $objDBConn->getAll($sql, $arrPageData[0]['page_id']);
+	
+	sfprintr($ret);
+	
 	// db¥Ç¡¼¥¿¤Î¥³¥Ô¡¼
 	$sql = " update dtb_pagelayout set ";
