[Svn-src-all:900] [version-2_5-dev 19788] #881(冗長な tpl_mainpage の削除)

nanasess admin @ mail.ec-cube.net
2010年 12月 29日 (水) 16:51:40 JST


Subversion committed to /home/svn/open 19788
http://svn.ec-cube.net/open_trac/changeset/19788
┌────────────────────────────┐
│更新者 :  nanasess                                     │
│更新日時:  2010-12-29 16:51:40 +0900 (水, 29 12月 2010)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#881(冗長な tpl_mainpage の削除)


Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/data/class/pages/abouts/LC_Page_Abouts.php
U   branches/version-2_5-dev/data/class/pages/admin/LC_Page_Admin_Home.php
U   branches/version-2_5-dev/data/class/pages/cart/LC_Page_Cart.php
U   branches/version-2_5-dev/data/class/pages/contact/LC_Page_Contact.php
U   branches/version-2_5-dev/data/class/pages/contact/LC_Page_Contact_Complete.php
U   branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry.php
U   branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry_Kiyaku.php
U   branches/version-2_5-dev/data/class/pages/forgot/LC_Page_Forgot.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Change.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_ChangeComplete.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Delivery.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_DeliveryAddr.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Favorite.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_History.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Login.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_MailView.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Refusal.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_RefusalComplete.php
U   branches/version-2_5-dev/data/class/pages/order/LC_Page_Order.php
U   branches/version-2_5-dev/data/class/pages/products/LC_Page_Products_Review.php
U   branches/version-2_5-dev/data/class/pages/products/LC_Page_Products_ReviewComplete.php
U   branches/version-2_5-dev/data/class/pages/regist/LC_Page_Regist_Complete.php
U   branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping.php
U   branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Complete.php
U   branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Confirm.php
U   branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Deliv.php
U   branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php

変更: branches/version-2_5-dev/data/class/pages/abouts/LC_Page_Abouts.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/abouts/LC_Page_Abouts.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/abouts/LC_Page_Abouts.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -43,7 +43,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'abouts/index.tpl';
         $this->tpl_page_category = 'abouts';
         $this->tpl_title = '当サイトについて';
         $masterData = new SC_DB_MasterData_Ex();

変更: branches/version-2_5-dev/data/class/pages/admin/LC_Page_Admin_Home.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/admin/LC_Page_Admin_Home.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/admin/LC_Page_Admin_Home.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -1,3 +1,4 @@
+
 <?php
 /*
  * This file is part of EC-CUBE

変更: branches/version-2_5-dev/data/class/pages/cart/LC_Page_Cart.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/cart/LC_Page_Cart.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/cart/LC_Page_Cart.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -57,7 +57,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'cart/index.tpl';
         $this->tpl_title = "現在のカゴの中";
     }
 

変更: branches/version-2_5-dev/data/class/pages/contact/LC_Page_Contact.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/contact/LC_Page_Contact.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/contact/LC_Page_Contact.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -66,7 +66,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'contact/index.tpl';
         $this->tpl_title = 'お問い合わせ(入力ページ)';
         $this->tpl_page_category = 'contact';
         $this->httpCacheControl('nocache');

変更: branches/version-2_5-dev/data/class/pages/contact/LC_Page_Contact_Complete.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/contact/LC_Page_Contact_Complete.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/contact/LC_Page_Contact_Complete.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -43,7 +43,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'contact/complete.tpl';
         $this->tpl_title = 'お問い合わせ(完了ページ)';
         $this->tpl_mainno = 'contact';
     }

変更: branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -40,7 +40,6 @@
      * Page を初期化する.
      *
      * 以下のプロパティの初期化を行う.
-     * - tpl_mainpage
      * - tpl_title
      * - year
      * - arrPref (mtb_pref からマスタデータを取得する)
@@ -56,7 +55,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'entry/index.tpl';
         $this->tpl_title .= '会員登録(入力ページ)';
         $this->year = "";
         $masterData = new SC_DB_MasterData_Ex();
@@ -275,7 +273,6 @@
                     $passlen = strlen($this->arrForm['password']);
                     $this->passlen = SC_Utils_Ex::lfPassLen($passlen);
 
-                    $this->tpl_css = '/css/layout/entry/confirm.css';
                     $this->tpl_mainpage = 'entry/confirm.tpl';
                     $this->tpl_title = '会員登録(確認ページ)';
 
@@ -287,7 +284,6 @@
                     $this->CONF = $CONF;
                     $this->uniqid = $this->lfRegistData ($this->arrForm, $arrRegistColumn, $arrRejectRegistColumn, CUSTOMER_CONFIRM_MAIL);
 
-                    $this->tpl_css = '/css/layout/entry/complete.css';
                     $this->tpl_mainpage = 'entry/complete.tpl';
                     $this->tpl_title = '会員登録(完了ページ)';
 
@@ -346,7 +342,6 @@
      */
     function mobileInit() {
         $this->init();
-        $this->tpl_mainpage = 'entry/index.tpl';		// メインテンプレート
         $this->tpl_title .= '会員登録(1/3)';			// ページタイトル
     }
 

変更: branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry_Kiyaku.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry_Kiyaku.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry_Kiyaku.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -43,7 +43,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'entry/kiyaku.tpl';
         $this->tpl_title = "ご利用規約";
     }
 

変更: branches/version-2_5-dev/data/class/pages/forgot/LC_Page_Forgot.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/forgot/LC_Page_Forgot.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/forgot/LC_Page_Forgot.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -54,7 +54,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'forgot/index.tpl';
         $this->tpl_mainno = '';
     }
 

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -48,7 +48,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = TEMPLATE_DIR .'mypage/index.tpl';
         $this->tpl_title = 'MYページ';
         $this->tpl_subtitle = '購入履歴一覧';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Change.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Change.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Change.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -48,7 +48,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/change.tpl';
         $this->tpl_title = 'MYページ';
         $this->tpl_subtitle = '会員登録内容変更(入力ページ)';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_ChangeComplete.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_ChangeComplete.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_ChangeComplete.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -43,7 +43,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/change_complete.tpl';
         $this->tpl_title = 'MYページ';
         $this->tpl_subtitle = '会員登録内容変更(完了ページ)';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Delivery.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Delivery.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Delivery.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -43,7 +43,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = TEMPLATE_DIR .'mypage/delivery.tpl';
         $this->tpl_title = 'MYページ';
         $this->tpl_subtitle = 'お届け先追加・変更';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_DeliveryAddr.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_DeliveryAddr.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_DeliveryAddr.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -43,7 +43,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/delivery_addr.tpl';
         $this->tpl_title = "お届け先の追加・変更";
         $masterData = new SC_DB_MasterData_Ex();
         $this->arrPref= $masterData->getMasterData('mtb_pref');

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Favorite.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Favorite.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Favorite.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -48,7 +48,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = TEMPLATE_DIR .'mypage/favorite.tpl';
         $this->tpl_title = 'MYページ';
         $this->tpl_subtitle = 'お気に入り一覧';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_History.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_History.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_History.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -43,7 +43,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/history.tpl';
         $this->tpl_title = 'MYページ';
         $this->tpl_subtitle = '購入履歴詳細';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Login.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Login.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Login.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -43,7 +43,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/login.tpl';
         $this->tpl_title = 'MYページ(ログイン)';
         $this->httpCacheControl('nocache');
     }

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_MailView.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_MailView.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_MailView.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -43,7 +43,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'mypage/mail_view.tpl';
         $this->httpCacheControl('nocache');
     }
 

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Refusal.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Refusal.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Refusal.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -43,7 +43,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/refusal.tpl';
         $this->tpl_title = 'MYページ';
         $this->tpl_subtitle = '退会手続き(入力ページ)';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_RefusalComplete.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_RefusalComplete.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_RefusalComplete.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -43,7 +43,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/refusal_complete.tpl';
         $this->tpl_title = 'MYページ';
         $this->tpl_subtitle = '退会手続き(完了ページ)';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';

変更: branches/version-2_5-dev/data/class/pages/order/LC_Page_Order.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/order/LC_Page_Order.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/order/LC_Page_Order.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -43,7 +43,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'order/index.tpl';
         $this->tpl_page_category = 'order';
         $this->tpl_title = '特定商取引に関する法律に基づく表記';
 

変更: branches/version-2_5-dev/data/class/pages/products/LC_Page_Products_Review.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/products/LC_Page_Products_Review.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/products/LC_Page_Products_Review.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -54,7 +54,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'products/review.tpl';
 
         $masterData = new SC_DB_MasterData_Ex();
         $this->arrRECOMMEND = $masterData->getMasterData("mtb_recommend");
@@ -177,7 +176,7 @@
         }
 
         $this->transactionid = SC_Helper_Session_Ex::getToken();
-        $this->setTemplate($this->tpl_mainpage);
+        $this->setTemplate('products/review.tpl');
     }
 
     /**

変更: branches/version-2_5-dev/data/class/pages/products/LC_Page_Products_ReviewComplete.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/products/LC_Page_Products_ReviewComplete.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/products/LC_Page_Products_ReviewComplete.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -43,7 +43,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'products/review_complete.tpl';
     }
 
 
@@ -64,7 +63,7 @@
      * @return void
      */
     function action() {
-        $this->setTemplate($this->tpl_mainpage);
+        $this->setTemplate('products/review_complete.tpl');
     }
 
     /**

変更: branches/version-2_5-dev/data/class/pages/regist/LC_Page_Regist_Complete.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/regist/LC_Page_Regist_Complete.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/regist/LC_Page_Regist_Complete.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -43,7 +43,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'regist/complete.tpl';
         $this->tpl_title = '会員登録(完了ページ)';
         $this->tpl_conv_page = AFF_ENTRY_COMPLETE;
     }

変更: branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -51,7 +51,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'shopping/index.tpl';
         $this->tpl_title = 'ログイン';
         $masterData = new SC_DB_MasterData();
         $this->arrPref = $masterData->getMasterData('mtb_pref');

変更: branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Complete.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Complete.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Complete.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -43,7 +43,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'shopping/complete.tpl';
         $this->tpl_title = "ご注文完了";
 
         $masterData = new SC_DB_MasterData_Ex();

変更: branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Confirm.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Confirm.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Confirm.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -43,8 +43,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'shopping/confirm.tpl';
-        $this->tpl_css = URL_DIR.'css/layout/shopping/confirm.css';
         $this->tpl_title = "ご入力内容のご確認";
         $masterData = new SC_DB_MasterData();
         $this->arrPref = $masterData->getMasterData('mtb_pref');

変更: branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Deliv.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Deliv.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Deliv.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -51,8 +51,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'shopping/deliv.tpl';
-        $this->tpl_css = URL_DIR.'css/layout/shopping/index.css';
         $masterData = new SC_DB_MasterData();
         $this->arrPref = $masterData->getMasterData('mtb_pref');
         $this->tpl_title = "お届け先の指定";

変更: branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php	2010-12-29 07:50:44 UTC (rev 19787)
+++ branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php	2010-12-29 07:51:40 UTC (rev 19788)
@@ -51,7 +51,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = "shopping/payment.tpl";
         $this->tpl_onload = "fnCheckInputPoint(); fnSetDelivTime('payment','payment_id','deliv_time_id');";
         $this->tpl_title = "お支払方法・お届け時間等の指定";
     }




Svn-src-all メーリングリストの案内