OSDN Git Service

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