Changeset 19129
- Timestamp:
- 2010/11/06 22:40:06 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/class/pages/forgot/LC_Page_Forgot.php
r18820 r19129 65 65 */ 66 66 function process() { 67 $this->action(); 68 $this->sendResponse(); 69 } 70 71 /** 72 * Page のアクション. 73 * 74 * @return void 75 */ 76 function action() { 67 77 $objQuery = new SC_Query(); 68 $objView = null;69 70 if (defined("MOBILE_SITE") && MOBILE_SITE) {71 $objView = new SC_MobileView();72 } else {73 $objView = new SC_SiteView(false);74 }75 76 78 $objSess = new SC_Session(); 77 79 … … 175 177 $this->createMobileToken(); 176 178 } 177 178 //---- ページ表示179 $objView->assignobj($this);180 $objView->display($this->tpl_mainpage);181 179 } 182 180
Note: See TracChangeset
for help on using the changeset viewer.
