- Timestamp:
- 2007/10/01 11:40:44 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/mobile/entry/email_mobile.php
r16202 r16204 1 1 <?php 2 /* 2 /** 3 * 3 4 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 4 5 * 5 6 * http://www.lockon.co.jp/ 7 * 8 * 9 * モバイルサイト/空メール会員登録 6 10 */ 7 11 … … 14 18 15 19 $objPage = new LC_Page_Entry_EmailMobile_Ex(); 16 $objPage-> init();17 $objPage-> process();20 $objPage->mobileInit(); 21 $objPage->mobileProcess(); 18 22 register_shutdown_function(array($objPage, "destroy")); 19 23 ?>
Note: See TracChangeset
for help on using the changeset viewer.