It loads the friends and groups of userID 2 by default (only if there is no session userID set
19 lines
495 B
PHP
19 lines
495 B
PHP
<meta charset="utf-8">
|
|
<title>MyHyvesbook+</title>
|
|
<!-- Add your javascript files here. -->
|
|
<script src="js/jquery.js"></script>
|
|
<script src="js/header.js"></script>
|
|
<script src="js/menu.js"></script>
|
|
<style>
|
|
/* Add your css files here. */
|
|
@import url("styles/main.css");
|
|
@import url("styles/font-awesome.css");
|
|
@import url("styles/header.css");
|
|
@import url("styles/menu.css");
|
|
@import url("styles/footer.css");
|
|
</style>
|
|
<?php
|
|
|
|
include_once("../queries/connect.php");
|
|
|
|
?>
|