Changeset 16052
- Timestamp:
- 2007/09/26 20:01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/error/LC_Page_Error.php
r15532 r16052 14 14 * @package Page 15 15 * @author LOCKON CO.,LTD. 16 * @version $Id $16 * @version $Id:LC_Page_Error.php 15532 2007-08-31 14:39:46Z nanasess $ 17 17 */ 18 18 class LC_Page_Error extends LC_Page { … … 29 29 parent::init(); 30 30 $this->tpl_mainpage = 'error.tpl'; 31 $this->tpl_column_num = 1; 31 32 $this->tpl_css = URL_DIR.'css/layout/error.css'; 32 33 $this->tpl_title = 'エラー';
Note: See TracChangeset
for help on using the changeset viewer.