Files
WebDB/website/views/main.php
Lars van Hijfte e90ecda436 Added a menu
It contains a list of friends and a "more" button.
This also offsets the content to the right.
2017-01-11 11:10:32 +01:00

5 lines
62 B
PHP

<?php
include("header.php");
include("menu.php");
?>