Ignore:
Timestamp:
2007/07/20 20:38:17 (17 years ago)
Author:
nanasess
Message:

メンバ変数をプルアップし、 init() で初期化するよう変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/abouts/LC_Page_Abouts.php

    r15080 r15090  
    1818class LC_Page_Abouts extends LC_Page { 
    1919 
    20     // {{{ properties 
    21  
    22     /**メインテンプレート */ 
    23     var $tpl_mainpage = 'abouts/index.tpl'; 
    24  
    25     /** カテゴリ */ 
    26     var $tpl_page_category = 'abouts'; 
    27  
    28     /** タイトル */ 
    29     var $tpl_title = '当サイトについて'; 
    30  
    3120    // }}} 
    3221    // {{{ functions 
     
    3928    function init() { 
    4029        parent::init(); 
     30        $this->tpl_mainpage = 'abouts/index.tpl'; 
     31        $this->tpl_page_category = 'abouts'; 
     32        $this->tpl_title = '当サイトについて'; 
    4133    } 
    4234 
Note: See TracChangeset for help on using the changeset viewer.