if($is_owner) { switch(ACTION_NAME) { case 'atMe': echo '@我的'; break; case 'replyMe': echo '评论我的'; break; case 'favorite': echo '我的 收藏'; break; default: echo '我的 微博'; }
}else {
头像 {$profile['uname']} / {$profile['sex']} / echo empty($profile['location'])?'未知':$profile['location'];
if($profile['is_followed']=='unfollow'){ 未关注 关注 }else { 已关注 取消关注 }
}
$has_pre = $page > 1; $has_after = count($weibolist) >= $item_count; if($has_pre) { 上页 } if($has_after) { 下页 } if($has_pre || $has_after) {
第{$page}页
}