Fixed some extra things

This commit is contained in:
Lars van Hijfte
2017-01-19 14:53:12 +01:00
parent e71054c654
commit a71cb8adb6
2 changed files with 5 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ $userinfo = getHeaderInfo();
<div id="hello-loop">
Hallo
</div>
<?=$userinfo["fname"]?> <?=$userinfo["lname"]?>
<?=$userinfo["fname"]?>
</div>
<img id="own-profile-picture" class="profile-picture" src="<?=$userinfo["profilepicture"]?>"/>
</div>