OSDN Git Service

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