Merge branch 'joey-testing' into 'master'

Fixed login/register and added logout.php

See merge request !68
This commit was merged in pull request #72.
This commit is contained in:
Lars van Hijfte
2017-01-19 13:37:56 +01:00
10 changed files with 250 additions and 332 deletions

View File

@@ -20,7 +20,7 @@ $userinfo = getHeaderInfo();
</div>
<div class="right profile-menu">
<div id="profile-menu-popup">
<a href="index.php"><span style="color: red;" class="fa fa-sign-out" data-title="Uitloggen"></span></a> |
<a href="logout.php"><span style="color: red;" class="fa fa-sign-out" data-title="Uitloggen"></span></a> |
<a href="settings.php"><span style="color: blue;" class="fa fa-cog" data-title="Instellingen"></span></a> |
<a href="profile.php"><span style="color: green;" class="fa fa-user" data-title="Profiel"></span></a>
</div>