Index: branches/version-2_5-dev/html/install/index.php
===================================================================
--- branches/version-2_5-dev/html/install/index.php	(revision 20060)
+++ branches/version-2_5-dev/html/install/index.php	(revision 20306)
@@ -60,5 +60,5 @@
 }
 
-$objView = new SC_InstallView($ownDir . 'templates', $ownDir . 'temp');
+$objView = new SC_InstallView_Ex($ownDir . 'templates', $ownDir . 'temp');
 
 // パラメータ管理クラス
Index: branches/version-2_5-dev/html/user_data/plugins/recommend/classes/LC_Page_Admin_Plugin_Recommend.php
===================================================================
--- branches/version-2_5-dev/html/user_data/plugins/recommend/classes/LC_Page_Admin_Plugin_Recommend.php	(revision 20116)
+++ branches/version-2_5-dev/html/user_data/plugins/recommend/classes/LC_Page_Admin_Plugin_Recommend.php	(revision 20306)
@@ -58,5 +58,5 @@
         SC_Utils_Ex::sfIsSuccess(new SC_Session());
 
-        $objView = new SC_AdminView();
+        $objView = new SC_AdminView_Ex();
         $objView->assignobj($this);
         $objView->display(MAIN_FRAME);
Index: branches/version-2_5-dev/html/user_data/plugins/recommend/classes/LC_Page_FrontParts_Bloc_Recommend.php
===================================================================
--- branches/version-2_5-dev/html/user_data/plugins/recommend/classes/LC_Page_FrontParts_Bloc_Recommend.php	(revision 20116)
+++ branches/version-2_5-dev/html/user_data/plugins/recommend/classes/LC_Page_FrontParts_Bloc_Recommend.php	(revision 20306)
@@ -57,5 +57,5 @@
      */
     function process() {
-        $objSubView = new SC_SiteView(false);
+        $objSubView = new SC_SiteView_Ex(false);
 
         $this->arrRecommendProducts = $this->lfGetRecommendProducts($_REQUEST['product_id']);
Index: branches/version-2_5-dev/html/user_data/plugins/google_analytics/classes/pages/LC_Page_FrontParts_Bloc_GoogleAnalytics.php
===================================================================
--- branches/version-2_5-dev/html/user_data/plugins/google_analytics/classes/pages/LC_Page_FrontParts_Bloc_GoogleAnalytics.php	(revision 20116)
+++ branches/version-2_5-dev/html/user_data/plugins/google_analytics/classes/pages/LC_Page_FrontParts_Bloc_GoogleAnalytics.php	(revision 20306)
@@ -56,5 +56,5 @@
      */
     function process() {
-        $objView = new SC_SiteView();
+        $objView = new SC_SiteView_Ex();
         $objView->assignobj($this);
         $objView->display($this->tpl_mainpage);
Index: branches/version-2_5-dev/html/user_data/plugins/google_analytics/classes/pages/LC_Page_Admin_GoogleAnalytics.php
===================================================================
--- branches/version-2_5-dev/html/user_data/plugins/google_analytics/classes/pages/LC_Page_Admin_GoogleAnalytics.php	(revision 20116)
+++ branches/version-2_5-dev/html/user_data/plugins/google_analytics/classes/pages/LC_Page_Admin_GoogleAnalytics.php	(revision 20306)
@@ -105,5 +105,5 @@
         }
 
-        $objView = new SC_AdminView();
+        $objView = new SC_AdminView_Ex();
         $objView->assignobj($this);
         $objView->display(MAIN_FRAME);
Index: branches/version-2_5-dev/html/user_data/__default.php
===================================================================
--- branches/version-2_5-dev/html/user_data/__default.php	(revision 19805)
+++ branches/version-2_5-dev/html/user_data/__default.php	(revision 20306)
@@ -27,5 +27,5 @@
      */
     function process() {
-        $objView = new SC_SiteView();
+        $objView = new SC_SiteView_Ex();
 
         // 画面の表示
