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/contact/LC_Page_Contact.php

    r15084 r15090  
    2020    // {{{ properties 
    2121 
    22     /**メインテンプレート */ 
    23     var $tpl_mainpage; 
    24  
    25     /** CSS のパス */ 
    26     var $tpl_css; 
    27  
    28     /** タイトル */ 
    29     var $tpl_title; 
    30  
    31     /** カテゴリ */ 
    32     var $tpl_page_category; 
     22    /** 都道府県の配列 */ 
     23    var $arrPref; 
    3324 
    3425    // }}} 
Note: See TracChangeset for help on using the changeset viewer.