translate news.php, move it to main page

This commit is contained in:
2025-10-09 22:32:32 +02:00
committed by v0id1st
parent 3098e5c010
commit 76687cc725
3 changed files with 20 additions and 27 deletions

View File

@@ -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';
?>