Index: /temp/trunk/html/admin/design/template.php
===================================================================
--- /temp/trunk/html/admin/design/template.php	(revision 3198)
+++ /temp/trunk/html/admin/design/template.php	(revision 3199)
@@ -159,5 +159,5 @@
 	$arrRet = array();				// ¥Ç¡¼¥¿¼èÆÀÍÑ
 	
-	$sql = "SELECT top_tpl AS top, product_tpl AS product, detail_tpl AS detail, mypage_tpl AS mypage FROM dtb_baseinfo";
+	$sql = "SELECT top_tpl AS top, product_tpl AS product, detail_tpl AS detail FROM dtb_baseinfo";
 	$arrRet = $objDBConn->getAll($sql);
 	
