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/LC_Page.php

    r15080 r15090  
    1919class LC_Page { 
    2020 
    21     // {{{ valiables 
     21    // {{{ properties 
     22 
     23    /** メインテンプレート */ 
     24    var $tpl_mainpage; 
     25 
     26    /** メインナンバー */ 
     27    var $tpl_mainno; 
     28 
     29    /** CSS のパス */ 
     30    var $tpl_css; 
     31 
     32    /** タイトル */ 
     33    var $tpl_title; 
     34 
     35    /** カテゴリ */ 
     36    var $tpl_page_category; 
    2237 
    2338    /** 
Note: See TracChangeset for help on using the changeset viewer.