Changeset 16052


Ignore:
Timestamp:
2007/09/26 20:01:00 (17 years ago)
Author:
nanasess
Message:

$this->tpl_column_num = 1 追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/error/LC_Page_Error.php

    r15532 r16052  
    1414 * @package Page 
    1515 * @author LOCKON CO.,LTD. 
    16  * @version $Id$ 
     16 * @version $Id:LC_Page_Error.php 15532 2007-08-31 14:39:46Z nanasess $ 
    1717 */ 
    1818class LC_Page_Error extends LC_Page { 
     
    2929        parent::init(); 
    3030        $this->tpl_mainpage = 'error.tpl'; 
     31        $this->tpl_column_num = 1; 
    3132        $this->tpl_css = URL_DIR.'css/layout/error.css'; 
    3233        $this->tpl_title = 'エラー'; 
Note: See TracChangeset for help on using the changeset viewer.