- Timestamp:
- Feb 7, 2007, 3:21:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/kunitada/prj_n/trunk/webapp/modules/pc/page/h_home.php
r1268 r1817 120 120 } 121 121 122 // inc_entry_point123 $this->set('inc_entry_point', fetch_inc_entry_point_h_home($this->getView()));124 125 122 //お気に入りフィード 126 123 if (USE_BOOKMARK_FEED) { … … 142 139 // アクセス日時を記録 143 140 db_member_do_access($u); 141 142 // inc_entry_point 143 $this->set('inc_entry_point', fetch_inc_entry_point_h_home($this->getView())); 144 144 145 145 return 'success';
Note: See TracChangeset
for help on using the changeset viewer.