Esempio n. 1
0
 public function do_home($category = true)
 {
     $this->user(true);
     $category && ($u['category'] = user::category((int) $_GET['cid'], iCMS_APP_ARTICLE));
     iPHP::append('user', $u, true);
     iPHP::view('iCMS://user/home.htm');
 }