forked from tylda-public/main
translate news.php, move it to main page
This commit is contained in:
@@ -51,11 +51,13 @@ $slogan = $slogans[rand(0, count($slogans) - 1)];
|
||||
foreach($recent as $user => $date) {
|
||||
echo "<a class=\"link\" href=\"/~".$user."/\"><p class=\"user_home\"><span>drwxr-xr-x</span><span>".rand(1,9)."</span><span>".$user."</span><span>".$user."</span><span>".rand(1,19)."</span><span>".date("M d H:i", $date)."</span><span>".$user."</span></p></a>";
|
||||
}
|
||||
|
||||
?>
|
||||
</article>
|
||||
|
||||
<?php
|
||||
|
||||
include 'news.php';
|
||||
include 'footer.php';
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user