Changeset 3565
- Timestamp:
- Jul 27, 2007, 2:20:04 PM (14 years ago)
- Location:
- OpenPNE/branches/work/yoshimura/2.8/webapp/modules/ktai/page
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/work/yoshimura/2.8/webapp/modules/ktai/page/f_home.php
r2951 r3565 73 73 } 74 74 75 //Todoリスト表示するかどうか 76 if(DISPLAY_TODO_LIST) { 77 $this->set('display_todo_list', 1); 78 } 79 75 80 // inc_entry_point 76 81 $this->set('inc_ktai_entry_point', fetch_inc_entry_point($this->getView(), 'ktai_f_home')); -
OpenPNE/branches/work/yoshimura/2.8/webapp/modules/ktai/page/h_home.php
r2951 r3565 94 94 } 95 95 96 //Todoリスト表示するかどうか 97 if(DISPLAY_TODO_LIST) { 98 $this->set('display_todo_list', 1); 99 } 100 96 101 // inc_entry_point 97 102 $this->set('inc_ktai_entry_point', fetch_inc_entry_point($this->getView(), 'ktai_h_home'));
Note: See TracChangeset
for help on using the changeset viewer.