OSDN Git Service

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