PHP short-open-tags fixed
This commit is contained in:
parent
74fa8136d2
commit
2679cd9e4a
12 changed files with 21 additions and 21 deletions
|
|
@ -9,5 +9,5 @@
|
|||
<div id="page">
|
||||
<div id="header">
|
||||
<a href="/"><img style="border:none" src="logo.png" width="192" height="85" alt="Retwis"></a>
|
||||
<? include("navbar.php") ?>
|
||||
<?php include("navbar.php") ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue