OSDN Git Service

embrj
[embrj/master.git] / friends.php
1 <?php 
2         include ('lib/twitese.php');
3         $title = "Following";
4         include ('inc/header.php');
5         if (!loginStatus()) header('location: login.php');
6         $type = 'friends';
7         include ('inc/userlist.php');
8         include ('inc/sidebar.php');
9         include ('inc/footer.php');
10 ?>