Index: /temp/trunk/html/admin/design/template.php
===================================================================
--- /temp/trunk/html/admin/design/template.php	(revision 3392)
+++ /temp/trunk/html/admin/design/template.php	(revision 3393)
@@ -99,5 +99,5 @@
 	// ¥Æ¥ó¥×¥ì¡¼¥È¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë
 	$objQuery = new SC_Query();
-	$sql = "SELECT template_code,template_name,file_path FROM dtb_templates ORDER BY create_date DESC";
+	$sql = "SELECT template_code,template_name FROM dtb_templates ORDER BY create_date DESC";
 	$arrTemplate = $objQuery->getall($sql);
 	
