Changeset 16477 for branches/feature-module-update/html/mobile/guide
- Timestamp:
- 2007/10/17 17:36:12 (19 years ago)
- Location:
- branches/feature-module-update/html/mobile/guide
- Files:
-
- 6 edited
-
about.php (modified) (1 diff)
-
charge.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
kiyaku.php (modified) (1 diff)
-
privacy.php (modified) (1 diff)
-
usage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/mobile/guide/about.php
r16476 r16477 18 18 19 19 $objPage = new LC_Page_Guide_About_Ex(); 20 register_shutdown_function(array($objPage, "destroy")); 20 21 $objPage->mobileInit(); 21 22 $objPage->mobileProcess(); 22 $objPage->process();23 23 ?> -
branches/feature-module-update/html/mobile/guide/charge.php
r16476 r16477 18 18 19 19 $objPage = new LC_Page_Guide_Charge_Ex(); 20 register_shutdown_function(array($objPage, "destroy")); 20 21 $objPage->mobileInit(); 21 22 $objPage->mobileProcess(); 22 $objPage->process();23 23 ?> -
branches/feature-module-update/html/mobile/guide/index.php
r16476 r16477 18 18 19 19 $objPage = new LC_Page_Guide_Ex(); 20 register_shutdown_function(array($objPage, "destroy")); 20 21 $objPage->mobileInit(); 21 22 $objPage->mobileProcess(); 22 $objPage->process();23 23 ?> -
branches/feature-module-update/html/mobile/guide/kiyaku.php
r16476 r16477 18 18 19 19 $objPage = new LC_Page_Guide_Kiyaku_Ex(); 20 register_shutdown_function(array($objPage, "destroy")); 20 21 $objPage->mobileInit(); 21 22 $objPage->mobileProcess(); 22 $objPage->process();23 23 ?> -
branches/feature-module-update/html/mobile/guide/privacy.php
r16476 r16477 18 18 19 19 $objPage = new LC_Page_Guide_Privacy_Ex(); 20 register_shutdown_function(array($objPage, "destroy")); 20 21 $objPage->mobileInit(); 21 22 $objPage->mobileProcess(); 22 $objPage->process();23 23 ?> -
branches/feature-module-update/html/mobile/guide/usage.php
r16476 r16477 18 18 19 19 $objPage = new LC_Page_Guide_Usage_Ex(); 20 register_shutdown_function(array($objPage, "destroy")); 20 21 $objPage->mobileInit(); 21 22 $objPage->mobileProcess(); 22 $objPage->process();23 23 ?>
Note: See TracChangeset
for help on using the changeset viewer.
