Commit 395234c3 by Suryaningsih Sinaga

memperbaharui

parent 79566c47
......@@ -73,6 +73,10 @@ if(isset($_GET['out'])){
</ul>
</li>
<li><a href="aboutus.php">Feedback</a></li>
<li><a href="daftarkamar.php">Daftar Kamar</a></li>
<li><a href="contactus.php">Contact Us</a></li>
<?php
if(!isset($_SESSION['is_logged_in']))
{
......@@ -80,11 +84,7 @@ if(isset($_GET['out'])){
}
else{
echo '<li><a href="index.php?out">LOGOUT (' . $_SESSION['username'] .')</a></li>';
}?>
<li><a href="aboutus.php">Feedback</a></li>
<li><a href="daftarkamar.php">Daftar Kamar</a></li>
<li><a href="contactus.php">Contact Us</a></li>
}?>
</ul>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment