It contains a list of friends and a "more" button. This also offsets the content to the right.
5 lines
62 B
PHP
5 lines
62 B
PHP
<?php
|
|
include("header.php");
|
|
include("menu.php");
|
|
?>
|