PHP short-open-tags fixed
This commit is contained in:
parent
74fa8136d2
commit
2679cd9e4a
12 changed files with 21 additions and 21 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div id="navbar">
|
||||
<a href="index.php">home</a>
|
||||
| <a href="timeline.php">timeline</a>
|
||||
<?if(isLoggedIn()) {?>
|
||||
<?php if(isLoggedIn()) { ?>
|
||||
| <a href="logout.php">logout</a>
|
||||
<?}?>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue