Index: tmp/version-2_5-test/data/class_extends/page_extends/mypage/LC_Page_Mypage_MailView_Ex.php
===================================================================
--- tmp/version-2_5-test/data/class_extends/page_extends/mypage/LC_Page_Mypage_MailView_Ex.php	(revision 18609)
+++ tmp/version-2_5-test/data/class_extends/page_extends/mypage/LC_Page_Mypage_MailView_Ex.php	(revision 18609)
@@ -0,0 +1,68 @@
+<?php
+/*
+ * This file is part of EC-CUBE
+ *
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/mypage/LC_Page_Mypage_MailView.php");
+
+/**
+ * 受注管理メール確認 のページクラス(拡張).
+ *
+ * LC_Page_Mypage_MailView をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id: LC_Page_Mypage_MailView_Ex.php 16582 2007-10-29 03:06:29Z nanasess $
+ */
+class LC_Page_Mypage_MailView_Ex extends LC_Page_Mypage_MailView {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: tmp/version-2_5-test/data/class_extends/page_extends/shopping/LC_Page_Shopping_Deliv_Ex.php
===================================================================
--- tmp/version-2_5-test/data/class_extends/page_extends/shopping/LC_Page_Shopping_Deliv_Ex.php	(revision 16741)
+++ tmp/version-2_5-test/data/class_extends/page_extends/shopping/LC_Page_Shopping_Deliv_Ex.php	(revision 18609)
@@ -26,5 +26,5 @@
 
 /**
- * お届け先指定 のページクラス(拡張).
+ * お届け先の指定 のページクラス(拡張).
  *
  * LC_Page_Shopping_Deliv をカスタマイズする場合はこのクラスを編集する.
Index: tmp/version-2_5-test/data/class_extends/page_extends/admin/products/LC_Page_Admin_Products_UploadCSVCategory_Ex.php
===================================================================
--- tmp/version-2_5-test/data/class_extends/page_extends/admin/products/LC_Page_Admin_Products_UploadCSVCategory_Ex.php	(revision 18562)
+++ tmp/version-2_5-test/data/class_extends/page_extends/admin/products/LC_Page_Admin_Products_UploadCSVCategory_Ex.php	(revision 18609)
@@ -38,5 +38,5 @@
     // }}}
     // {{{ functions
-    
+
     /**
      * Page を初期化する.
Index: tmp/version-2_5-test/data/class_extends/page_extends/admin/products/LC_Page_Admin_Products_Maker_Ex.php
===================================================================
--- tmp/version-2_5-test/data/class_extends/page_extends/admin/products/LC_Page_Admin_Products_Maker_Ex.php	(revision 18609)
+++ tmp/version-2_5-test/data/class_extends/page_extends/admin/products/LC_Page_Admin_Products_Maker_Ex.php	(revision 18609)
@@ -0,0 +1,68 @@
+<?php
+/*
+ * This file is part of EC-CUBE
+ *
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/admin/products/LC_Page_Admin_Products_Maker.php");
+
+/**
+ * メーカー管理 のページクラス(拡張).
+ *
+ * LC_Page_Admin_Products_Maker をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id: LC_Page_Admin_Basis_Kiyaku_Ex.php 16741 2007-11-08 00:43:24Z adachi $
+ */
+class LC_Page_Admin_Products_Maker_Ex extends LC_Page_Admin_Products_Maker {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: tmp/version-2_5-test/data/class_extends/page_extends/admin/system/LC_Page_Admin_System_Log_Ex.php
===================================================================
--- tmp/version-2_5-test/data/class_extends/page_extends/admin/system/LC_Page_Admin_System_Log_Ex.php	(revision 18609)
+++ tmp/version-2_5-test/data/class_extends/page_extends/admin/system/LC_Page_Admin_System_Log_Ex.php	(revision 18609)
@@ -0,0 +1,67 @@
+<?php
+/*
+ * This file is part of EC-CUBE
+ *
+ * Copyright(c) 2000-2008 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/admin/system/LC_Page_Admin_System_Log.php");
+
+/**
+ * ログ のページクラス(拡張).
+ *
+ * LC_Page_Admin_System_Log をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author Seasoft 塚田将久
+ * @version $Id: LC_Page_Admin_System_Log_Ex.php 17573 2008-08-28 03:56:51Z Seasoft $
+ */
+class LC_Page_Admin_System_Log_Ex extends LC_Page_Admin_System_Log {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
Index: tmp/version-2_5-test/data/class_extends/page_extends/admin/contents/LC_Page_Admin_Contents_RecommendSearch_Ex.php
===================================================================
--- tmp/version-2_5-test/data/class_extends/page_extends/admin/contents/LC_Page_Admin_Contents_RecommendSearch_Ex.php	(revision 16741)
+++ tmp/version-2_5-test/data/class_extends/page_extends/admin/contents/LC_Page_Admin_Contents_RecommendSearch_Ex.php	(revision 18609)
@@ -26,5 +26,5 @@
 
 /**
- * おすすめ管理検索 のページクラス(拡張).
+ * おすすめ商品管理検索 のページクラス(拡張).
  *
  * LC_Page_Admin_Contents_RecommendSearch をカスタマイズする場合はこのクラスを編集する.
Index: tmp/version-2_5-test/data/class_extends/page_extends/admin/contents/LC_Page_Admin_Contents_Recommend_Ex.php
===================================================================
--- tmp/version-2_5-test/data/class_extends/page_extends/admin/contents/LC_Page_Admin_Contents_Recommend_Ex.php	(revision 16741)
+++ tmp/version-2_5-test/data/class_extends/page_extends/admin/contents/LC_Page_Admin_Contents_Recommend_Ex.php	(revision 18609)
@@ -26,5 +26,5 @@
 
 /**
- * おすすめ管理 のページクラス(拡張).
+ * おすすめ商品管理 のページクラス(拡張).
  *
  * LC_Page_Admin_Contents_Recommend をカスタマイズする場合はこのクラスを編集する.
Index: tmp/version-2_5-test/data/class_extends/page_extends/admin/plugin/LC_Page_Admin_Plugin_Ex.php
===================================================================
--- tmp/version-2_5-test/data/class_extends/page_extends/admin/plugin/LC_Page_Admin_Plugin_Ex.php	(revision 18609)
+++ tmp/version-2_5-test/data/class_extends/page_extends/admin/plugin/LC_Page_Admin_Plugin_Ex.php	(revision 18609)
@@ -0,0 +1,64 @@
+<?php
+/*
+ * This file is part of EC-CUBE
+ *
+ * Copyright(c) 2000-2009 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ */
+
+require_once(CLASS_PATH . "pages/admin/plugin/LC_Page_Admin_Plugin.php");
+
+/**
+ * プラグイン のページクラス(拡張).
+ *
+ * LC_Page_Admin_Plugin をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author Seasoft 塚田将久
+ * @version $Id:$
+ */
+class LC_Page_Admin_Plugin_Ex extends LC_Page_Admin_Plugin {
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: tmp/version-2_5-test/data/class_extends/page_extends/admin/plugin/LC_Page_Admin_Plugin_Install_Ex.php
===================================================================
--- tmp/version-2_5-test/data/class_extends/page_extends/admin/plugin/LC_Page_Admin_Plugin_Install_Ex.php	(revision 18609)
+++ tmp/version-2_5-test/data/class_extends/page_extends/admin/plugin/LC_Page_Admin_Plugin_Install_Ex.php	(revision 18609)
@@ -0,0 +1,64 @@
+<?php
+/*
+ * This file is part of EC-CUBE
+ *
+ * Copyright(c) 2000-2009 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ */
+
+require_once(CLASS_PATH . "pages/admin/plugin/LC_Page_Admin_Plugin_Install.php");
+
+/**
+ * プラグイン のページクラス(拡張).
+ *
+ * LC_Page_Admin_Plugin_Install をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author Seasoft 塚田将久
+ * @version $Id:$
+ */
+class LC_Page_Admin_Plugin_Install_Ex extends LC_Page_Admin_Plugin_Install {
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: tmp/version-2_5-test/data/class_extends/page_extends/admin/plugin/LC_Page_Admin_Plugin_Uninstall_Ex.php
===================================================================
--- tmp/version-2_5-test/data/class_extends/page_extends/admin/plugin/LC_Page_Admin_Plugin_Uninstall_Ex.php	(revision 18609)
+++ tmp/version-2_5-test/data/class_extends/page_extends/admin/plugin/LC_Page_Admin_Plugin_Uninstall_Ex.php	(revision 18609)
@@ -0,0 +1,64 @@
+<?php
+/*
+ * This file is part of EC-CUBE
+ *
+ * Copyright(c) 2000-2009 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ */
+
+require_once(CLASS_PATH . "pages/admin/plugin/LC_Page_Admin_Plugin_Uninstall.php");
+
+/**
+ * プラグイン のページクラス(拡張).
+ *
+ * LC_Page_Admin_Plugin_Uninstall をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author Seasoft 塚田将久
+ * @version $Id:$
+ */
+class LC_Page_Admin_Plugin_Uninstall_Ex extends LC_Page_Admin_Plugin_Uninstall {
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: tmp/version-2_5-test/data/class_extends/page_extends/guide/LC_Page_Guide_Order_Ex.php
===================================================================
--- tmp/version-2_5-test/data/class_extends/page_extends/guide/LC_Page_Guide_Order_Ex.php	(revision 18609)
+++ tmp/version-2_5-test/data/class_extends/page_extends/guide/LC_Page_Guide_Order_Ex.php	(revision 18609)
@@ -0,0 +1,68 @@
+<?php
+/*
+ * This file is part of EC-CUBE
+ *
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/guide/LC_Page_Guide_Order.php");
+
+/**
+ * ご利用方法ついて のページクラス(拡張).
+ *
+ * LC_Page_Guide_Usage をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id: LC_Page_Guide_Usage_Ex.php 16806 2007-11-26 08:50:31Z adachi $
+ */
+class LC_Page_Guide_Order_Ex extends LC_Page_Guide_Order {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: tmp/version-2_5-test/data/class_extends/page_extends/order/LC_Page_Order_Ex.php
===================================================================
--- tmp/version-2_5-test/data/class_extends/page_extends/order/LC_Page_Order_Ex.php	(revision 16741)
+++ tmp/version-2_5-test/data/class_extends/page_extends/order/LC_Page_Order_Ex.php	(revision 18609)
@@ -26,5 +26,5 @@
 
 /**
- * 特定商取引に関する法律 のページクラス(拡張).
+ * 特定商取引に関する法律に基づく表記 のページクラス(拡張).
  *
  * LC_Page_Order をカスタマイズする場合はこのクラスを編集する.
