Commit dc8241c6 by Eirene Hutasoit

mengedit

parent 395234c3
......@@ -73,10 +73,6 @@ 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']))
{
......@@ -84,7 +80,11 @@ 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