Edited: small changes in header
This commit is contained in:
parent
e0dfc7120f
commit
1ff7fc454f
@ -17,14 +17,14 @@
|
|||||||
<header>
|
<header>
|
||||||
<div id="hd-left">
|
<div id="hd-left">
|
||||||
<a href="/"><img src="/img/logo.jpg" alt="home"></a>
|
<a href="/"><img src="/img/logo.jpg" alt="home"></a>
|
||||||
<a href="/"><?= $data['title'] ?></a>
|
<label><?= $data['title'] ?></label>
|
||||||
</div>
|
</div>
|
||||||
<div id="hd-right">
|
<div id="hd-right">
|
||||||
<?php if (!isset($_SESSION['user'])): ?>
|
<?php if (!isset($_SESSION['user'])): ?>
|
||||||
<a href="/auth/signin">Log In</a>
|
<a href="/auth/signin">Log In</a>
|
||||||
<a href="/auth/signup">Sign Up</a>
|
<a href="/auth/signup">Sign Up</a>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<a href="/auth/logout">Log Out</a>
|
<a href="/auth/logout">Sign out</a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
Reference in New Issue
Block a user