Merge branch 'master' into lars-algemeen
This commit is contained in:
@@ -5,10 +5,10 @@ $userinfo = getHeaderInfo();
|
||||
?>
|
||||
<header>
|
||||
<div id="header-logo">
|
||||
<a href="profile.php"><img src="img/top-logo.png" alt="MyHyvesbook+" /></a>
|
||||
<a href="profile.php"><img src="/img/top-logo.png" alt="MyHyvesbook+" /></a>
|
||||
</div>
|
||||
<div id="header-search">
|
||||
<form action="search.php" method="get">
|
||||
<form action="/search" method="get">
|
||||
<input name="search"
|
||||
type="text"
|
||||
placeholder="Zoek naar wat je wil"
|
||||
@@ -27,7 +27,6 @@ $userinfo = getHeaderInfo();
|
||||
</div>
|
||||
<img id="own-profile-picture" class="profile-picture" src="<?=$userinfo["profilepicture"]?>"/>
|
||||
</div>
|
||||
<!-- <i class="right fa fa-bell-o" id="open-notifications" data-title="Prive chats"></i>-->
|
||||
</header>
|
||||
<?php include("notification-center.php"); ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user