OSDN Git Service

embrj
[embrj/master.git] / list_followers.php
1 <?php 
2         include ('lib/twitese.php');
3         $title = "@{$_GET['id']} - Followers";
4         include ('inc/header.php');
5         
6         $type = 'list_followers';
7         include ('inc/userlist.php');
8         
9         include ('inc/sidebar.php');
10         include ('inc/footer.php');
11 ?>