- Timestamp:
- 2007/07/20 20:38:17 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/inquiry/LC_Page_Inquiry.php
r15080 r15090 20 20 // {{{ properties 21 21 22 /** メインテンプレート */ 23 var $tpl_mainpage = 'inquiry/index.tpl'; 24 25 /** メインナンバー */ 26 var $tpl_mainno = 'contents'; 27 22 // TODO 28 23 var $errmsg; 29 24 var $arrPref; … … 42 37 function init() { 43 38 parent::init(); 39 $this->tpl_mainpage = 'inquiry/index.tpl'; 40 $this->tpl_mainno = 'contents'; 44 41 } 45 42
Note: See TracChangeset
for help on using the changeset viewer.