- Timestamp:
- 2011/02/23 16:26:37 (15 years ago)
- Location:
- branches/version-2_5-dev/html/user_data/plugins/google_analytics/classes/pages
- Files:
-
- 2 edited
-
LC_Page_Admin_GoogleAnalytics.php (modified) (2 diffs)
-
LC_Page_FrontParts_Bloc_GoogleAnalytics.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/user_data/plugins/google_analytics/classes/pages/LC_Page_Admin_GoogleAnalytics.php
r20306 r20344 23 23 24 24 // {{{ requires 25 require_once CLASS_ REALDIR . "pages/LC_Page.php";25 require_once CLASS_EX_REALDIR . "page_extends/LC_Page_Ex.php"; 26 26 27 27 /** … … 32 32 * @version $Id$ 33 33 */ 34 class LC_Page_Admin_GoogleAnalytics extends LC_Page {34 class LC_Page_Admin_GoogleAnalytics extends LC_Page_Ex { 35 35 36 36 /** プラグイン情報配列 (呼び出し元でセットする) */ -
branches/version-2_5-dev/html/user_data/plugins/google_analytics/classes/pages/LC_Page_FrontParts_Bloc_GoogleAnalytics.php
r20306 r20344 23 23 24 24 // {{{ requires 25 require_once CLASS_ REALDIR . "pages/LC_Page.php";25 require_once CLASS_EX_REALDIR . "page_extends/LC_Page_Ex.php"; 26 26 27 27 /** … … 32 32 * @version $Id$ 33 33 */ 34 class LC_Page_FrontParts_Bloc_GoogleAnalytics extends LC_Page {34 class LC_Page_FrontParts_Bloc_GoogleAnalytics extends LC_Page_Ex { 35 35 36 36 /** プラグイン情報配列 (呼び出し元でセットする) */
Note: See TracChangeset
for help on using the changeset viewer.
