include("retwis.php");
if (!isLoggedIn()) {
header("Location: index.php");
exit;
}
include("header.php");
$r = redisLink();
?>
=$r->zcard("followers:".$User['id'])?> followers
=$r->zcard("following:".$User['id'])?> following
$start = gt("start") === false ? 0 : intval(gt("start"));
showUserPostsWithPagination(false,$User['id'],$start,10);
include("footer.php")
?>