Changeset 20306 for branches/version-2_5-dev/html/user_data
- Timestamp:
- 2011/02/21 19:26:08 (15 years ago)
- Location:
- branches/version-2_5-dev/html/user_data
- Files:
-
- 5 edited
-
__default.php (modified) (1 diff)
-
plugins/google_analytics/classes/pages/LC_Page_Admin_GoogleAnalytics.php (modified) (1 diff)
-
plugins/google_analytics/classes/pages/LC_Page_FrontParts_Bloc_GoogleAnalytics.php (modified) (1 diff)
-
plugins/recommend/classes/LC_Page_Admin_Plugin_Recommend.php (modified) (1 diff)
-
plugins/recommend/classes/LC_Page_FrontParts_Bloc_Recommend.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/user_data/__default.php
r19805 r20306 27 27 */ 28 28 function process() { 29 $objView = new SC_SiteView ();29 $objView = new SC_SiteView_Ex(); 30 30 31 31 // 画面の表示 -
branches/version-2_5-dev/html/user_data/plugins/google_analytics/classes/pages/LC_Page_Admin_GoogleAnalytics.php
r20116 r20306 105 105 } 106 106 107 $objView = new SC_AdminView ();107 $objView = new SC_AdminView_Ex(); 108 108 $objView->assignobj($this); 109 109 $objView->display(MAIN_FRAME); -
branches/version-2_5-dev/html/user_data/plugins/google_analytics/classes/pages/LC_Page_FrontParts_Bloc_GoogleAnalytics.php
r20116 r20306 56 56 */ 57 57 function process() { 58 $objView = new SC_SiteView ();58 $objView = new SC_SiteView_Ex(); 59 59 $objView->assignobj($this); 60 60 $objView->display($this->tpl_mainpage); -
branches/version-2_5-dev/html/user_data/plugins/recommend/classes/LC_Page_Admin_Plugin_Recommend.php
r20116 r20306 58 58 SC_Utils_Ex::sfIsSuccess(new SC_Session()); 59 59 60 $objView = new SC_AdminView ();60 $objView = new SC_AdminView_Ex(); 61 61 $objView->assignobj($this); 62 62 $objView->display(MAIN_FRAME); -
branches/version-2_5-dev/html/user_data/plugins/recommend/classes/LC_Page_FrontParts_Bloc_Recommend.php
r20116 r20306 57 57 */ 58 58 function process() { 59 $objSubView = new SC_SiteView (false);59 $objSubView = new SC_SiteView_Ex(false); 60 60 61 61 $this->arrRecommendProducts = $this->lfGetRecommendProducts($_REQUEST['product_id']);
Note: See TracChangeset
for help on using the changeset viewer.
