PHP short-open-tags fixed
This commit is contained in:
parent
74fa8136d2
commit
2679cd9e4a
12 changed files with 21 additions and 21 deletions
|
|
@ -1,14 +1,14 @@
|
|||
<?
|
||||
<?php
|
||||
include("retwis.php");
|
||||
include("header.php");
|
||||
?>
|
||||
<h2>Timeline</h2>
|
||||
<i>Latest registered users (an example of sorted sets)</i><br>
|
||||
<?
|
||||
<?php
|
||||
showLastUsers();
|
||||
?>
|
||||
<i>Latest 50 messages from users aroud the world!</i><br>
|
||||
<?
|
||||
<?php
|
||||
showUserPosts(-1,0,50);
|
||||
include("footer.php")
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue