clarity
This commit is contained in:
parent
4f003b98f9
commit
f956972c6d
2 changed files with 8 additions and 6 deletions
|
@ -2,12 +2,12 @@
|
|||
require(__DIR__ . "/../libs/header.php");
|
||||
|
||||
page_header();
|
||||
$msgs = json_decode(file_get_contents('https://mcp.dervland.net/messages'),true);
|
||||
$msgs = json_decode(file_get_contents('https://mcp.dervland.net/messages'), true);
|
||||
?>
|
||||
<h2>Scraftia (<a href='/' class='link'>Home</a>)</h2>
|
||||
<?php
|
||||
foreach ($msgs as $msg) {
|
||||
?>
|
||||
?>
|
||||
<div class="comment">
|
||||
<div class="avatar">
|
||||
<div>
|
||||
|
@ -23,6 +23,6 @@ foreach ($msgs as $msg) {
|
|||
</div>
|
||||
<?php
|
||||
}
|
||||
|
||||
|
||||
page_footer();
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue