Changeset 2864 for OpenPNE/branches/2.8.x/webapp/modules/pc/page/c_home.php
- Timestamp:
- May 13, 2007, 7:01:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/2.8.x/webapp/modules/pc/page/c_home.php
r1856 r2864 46 46 $this->set('new_commu_review', db_review_new_commu_review4c_commu_id($c_commu_id, 7)); 47 47 48 // inc_entry_point49 $this->set('inc_entry_point', fetch_inc_entry_point_c_home($this->getView()));50 51 48 $this->set('is_unused_pc_bbs', util_is_unused_mail('m_pc_bbs_info')); 52 49 $this->set('is_unused_ktai_bbs', util_is_unused_mail('m_ktai_bbs_info')); 50 51 // inc_entry_point 52 $this->set('inc_entry_point', fetch_inc_entry_point($this->getView(), 'c_home')); 53 53 54 54 return 'success';
Note: See TracChangeset
for help on using the changeset viewer.