'') { echo('
The latest blogs
'); CONTRIBOOK_BLOG::showuser($user, 0, 10); } // show the github messages of the user if($data['github']<>'') { echo('
The latest GitHub messages
'); CONTRIBOOK_GITHUB::show($user, 0, 10); } // show the twitter posts of the user if($data['twitter']<>'') { echo('
The latest Twitter posts
'); CONTRIBOOK_MICROBLOG::showuser($user, 0, 10); } }else{ echo('user not found'); } } ?>