Changeset 21420 for branches/version-2_12-dev/html/user_data/plugins
- Timestamp:
- 2012/01/23 04:49:37 (14 years ago)
- Location:
- branches/version-2_12-dev/html/user_data/plugins
- Files:
-
- 10 edited
-
google_analytics/admin/index.php (modified) (1 diff)
-
google_analytics/classes/pages/LC_Page_Admin_GoogleAnalytics.php (modified) (1 diff)
-
google_analytics/classes/pages/LC_Page_FrontParts_Bloc_GoogleAnalytics.php (modified) (1 diff)
-
google_analytics/classes/pages/ga_config.php (modified) (1 diff)
-
google_analytics/ga.php (modified) (1 diff)
-
google_analytics/require.php (modified) (1 diff)
-
recommend/admin/index.php (modified) (1 diff)
-
recommend/classes/LC_Page_Admin_Plugin_Recommend.php (modified) (1 diff)
-
recommend/classes/LC_Page_FrontParts_Bloc_Recommend.php (modified) (1 diff)
-
recommend/require.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/html/user_data/plugins/google_analytics/admin/index.php
r20764 r21420 34 34 $objPage->init(); 35 35 $objPage->process(); 36 ?> -
branches/version-2_12-dev/html/user_data/plugins/google_analytics/classes/pages/LC_Page_Admin_GoogleAnalytics.php
r20970 r21420 144 144 } 145 145 } 146 ?> -
branches/version-2_12-dev/html/user_data/plugins/google_analytics/classes/pages/LC_Page_FrontParts_Bloc_GoogleAnalytics.php
r20764 r21420 70 70 } 71 71 } 72 ?> -
branches/version-2_12-dev/html/user_data/plugins/google_analytics/classes/pages/ga_config.php
r20116 r21420 1 1 <?php 2 2 define('GA_UA', ''); 3 ?> -
branches/version-2_12-dev/html/user_data/plugins/google_analytics/ga.php
r20764 r21420 34 34 $objPage->init(); 35 35 $objPage->process(); 36 ?> -
branches/version-2_12-dev/html/user_data/plugins/google_analytics/require.php
r20534 r21420 4 4 */ 5 5 require_once dirname(__FILE__) . '/classes/pages/ga_config.php'; 6 ?> -
branches/version-2_12-dev/html/user_data/plugins/recommend/admin/index.php
r20764 r21420 30 30 $objPage->init(); 31 31 $objPage->process(); 32 ?> -
branches/version-2_12-dev/html/user_data/plugins/recommend/classes/LC_Page_Admin_Plugin_Recommend.php
r20764 r21420 72 72 } 73 73 } 74 ?> -
branches/version-2_12-dev/html/user_data/plugins/recommend/classes/LC_Page_FrontParts_Bloc_Recommend.php
r20764 r21420 111 111 } 112 112 } 113 ?> -
branches/version-2_12-dev/html/user_data/plugins/recommend/require.php
r20116 r21420 3 3 * EC-CUBE 本体で, このプラグインの関数を使用したい場合は, ここで require する 4 4 */ 5
Note: See TracChangeset
for help on using the changeset viewer.
