Index: branches/version-2/data/class/pages/admin/design/LC_Page_Admin_Design_Template.php
===================================================================
--- branches/version-2/data/class/pages/admin/design/LC_Page_Admin_Design_Template.php	(revision 17615)
+++ branches/version-2/data/class/pages/admin/design/LC_Page_Admin_Design_Template.php	(revision 17647)
@@ -69,5 +69,5 @@
 	    $this->arrErr  = array();
 	    $this->arrForm = array();
-	    $this->tpl_select = DEFAULT_TEMPLATE_NAME;
+	    $this->tpl_select = TEMPLATE_NAME;
 	   	ini_set("max_execution_time", 300);
     }
@@ -139,5 +139,5 @@
 		    //現在使用中のテンプレートとデフォルトのテンプレートは削除できないようにする
 		    $template_code = $objForm->getValue('template_code_temp');
-		    if ($template_code == DEFAULT_TEMPLATE_NAME || $template_code == 'default') {
+		    if ($template_code == TEMPLATE_NAME || $template_code == DEFAULT_TEMPLATE_NAME) {
 		    	$this->tpl_onload = "alert('選択中のテンプレートは削除出来ません');";
 		        break;
@@ -173,6 +173,5 @@
 		// defaultパラメータのセット
 		$this->templates = $this->lfGetAllTemplates();
-		$this->now_template = DEFAULT_TEMPLATE_NAME;
-
+		$this->now_template = TEMPLATE_NAME;
 		// 画面の表示
 		$objView->assignobj($this);
@@ -232,5 +231,5 @@
 	    $objQuery = new SC_Query();
 	    $sqlval['name'] = "\"" . $template_code . "\"";
-		$objQuery->update("mtb_constants", $sqlval, "id = ?", array('DEFAULT_TEMPLATE_NAME'));
+		$objQuery->update("mtb_constants", $sqlval, "id = ?", array('TEMPLATE_NAME'));
 		// キャッシュを生成
 		$masterData = new SC_DB_MasterData_Ex();
