Changeset 16057
- Timestamp:
- 2007/09/26 21:01:56 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Login.php
r15532 r16057 14 14 * @package Page 15 15 * @author LOCKON CO.,LTD. 16 * @version $Id $16 * @version $Id:LC_Page_FrontParts_Bloc_Login.php 15532 2007-08-31 14:39:46Z nanasess $ 17 17 */ 18 18 class LC_Page_FrontParts_Bloc_Login extends LC_Page { … … 64 64 $this->tpl_disable_logout = $this->lfCheckDisableLogout(); 65 65 $objSubView = new SC_SiteView(); 66 $this->transactionid = $this->getToken(); 66 67 $objSubView->assignobj($this); 67 68 $objSubView->display($this->tpl_mainpage);
Note: See TracChangeset
for help on using the changeset viewer.