Changeset 15280 for branches/feature-module-update/html/admin/index.php
- Timestamp:
- 2007/08/10 18:36:55 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/admin/index.php
r15080 r15280 5 5 * http://www.lockon.co.jp/ 6 6 */ 7 // {{{ requires 7 8 require_once("./require.php"); 9 require_once(CLASS_PATH . "page_extends/admin/LC_Page_Admin_Ex.php"); 8 10 9 class LC_Page { 10 function LC_Page() { 11 $this->tpl_mainpage = 'login.tpl'; 12 } 13 } 11 // }}} 12 // {{{ generate page 14 13 15 $objPage = new LC_Page ();16 $obj View = new SC_AdminView();17 $obj View->assignobj($objPage);18 $objView->display(LOGIN_FRAME);14 $objPage = new LC_Page_Admin_Ex(); 15 $objPage->init(); 16 $objPage->process(); 17 register_shutdown_function(array($objPage, "destroy")); 19 18 ?>
Note: See TracChangeset
for help on using the changeset viewer.
