Changeset 16479
- Timestamp:
- 2007/10/17 18:24:09 (16 years ago)
- Location:
- branches/feature-module-update/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/templates/default_page.php
r16326 r16479 14 14 15 15 $objPage = new LC_Page_XXX_Ex(); 16 register_shutdown_function(array($objPage, "destroy")); 16 17 $objPage->init(); 17 18 $objPage->process(); 18 register_shutdown_function(array($objPage, "destroy"));19 19 ?> -
branches/feature-module-update/templates/mobile_page.php
r16326 r16479 18 18 19 19 $objPage = new LC_Page_XXX_Ex(); 20 register_shutdown_function(array($objPage, "destroy")); 20 21 $objPage->mobileInit(); 21 22 $objPage->mobileProcess(); 22 register_shutdown_function(array($objPage, "destroy"));23 23 ?>
Note: See TracChangeset
for help on using the changeset viewer.