Index: /temp/trunk/html/admin/design/index.php
===================================================================
--- /temp/trunk/html/admin/design/index.php	(revision 1437)
+++ /temp/trunk/html/admin/design/index.php	(revision 1438)
@@ -42,5 +42,10 @@
 $arrBlocPos = lfgetLayoutData($sel, $from, $where, $arrData );
 
-sfprintr($arrBlocPos);
+if (count($arrBlocPos) <= 0) {
+	$exists_page = 0;
+}else{
+	$exists_page = 1;
+}
+$objPage->exists_page = $exists_page;
 
 // ¥Ö¥í¥Ã¥¯¤ò¼èÆÀ
