Index: temp/trunk/html/admin/design/index.php
===================================================================
--- temp/trunk/html/admin/design/index.php	(revision 1432)
+++ temp/trunk/html/admin/design/index.php	(revision 1433)
@@ -41,10 +41,7 @@
 	$arrData = array($page_id);
 }
-$where .= "lay.page_id = pos.page_id AND exists (select bloc_id from dtb_bloc as blc where pos.bloc_id = blc.bloc_id) ORDER BY lay.page_id,pos.target_id, pos.bloc_row, pos.bloc_id ";
+$where .= "lay.page_id = pos.page_id AND exists (select bloc_id from dtb_bloc as blc where pos.bloc_id = blc.bloc_id) AND page_id != 0 ORDER BY lay.page_id,pos.target_id, pos.bloc_row, pos.bloc_id ";
 $arrBlocPos = lfgetLayoutData($sel, $from, $where, $arrData );
 
-sfprintr($arrBlocPos);
-
-exit;
 // ¥Ö¥í¥Ã¥¯¤ò¼èÆÀ
 $arrBloc = lfgetBlocData();
