count_by_id_idtype($space['uid'], 'uid', $cid); if($count) { $query = C::t('home_comment')->fetch_all_by_id_idtype($space['uid'], 'uid', $start, $perpage, $cid, 'DESC'); foreach($query as $value) { $list[] = $value; } } $multi = multi($count, $perpage, $page, $theurl); $navtitle = lang('space', 'sb_wall', array('who' => $space['username'])); $metakeywords = lang('space', 'sb_wall', array('who' => $space['username'])); $metadescription = lang('space', 'sb_wall', array('who' => $space['username'])); dsetcookie('home_diymode', 1); include_once template("home/space_wall"); ?>