Changeset 23427 for branches/version-2_13-dev/data/class/pages
- Timestamp:
- 2014/05/16 16:15:21 (12 years ago)
- Location:
- branches/version-2_13-dev/data/class/pages/error
- Files:
-
- 2 edited
-
LC_Page_Error.php (modified) (1 diff)
-
LC_Page_Error_DispError.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/error/LC_Page_Error.php
r23124 r23427 57 57 public function init() 58 58 { 59 SC_Helper_HandleError_Ex::$under_error_handling = true; 60 59 61 $this->tpl_mainpage = 'error.tpl'; 60 62 $this->tpl_title = 'エラー'; -
branches/version-2_13-dev/data/class/pages/error/LC_Page_Error_DispError.php
r23124 r23427 42 42 public function init() 43 43 { 44 SC_Helper_HandleError_Ex::$under_error_handling = true; 45 44 46 $this->template = LOGIN_FRAME; 45 47 $this->tpl_mainpage = 'login_error.tpl';
Note: See TracChangeset
for help on using the changeset viewer.
