New Update
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>TinyTalkHub</title>
|
||||
<link rel="stylesheet" href="css/global.css">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon-32x32.png">
|
||||
</head>
|
||||
<body>
|
||||
<h1><a href="/index.php">TinyTalkHub</a></h1>
|
||||
@@ -37,6 +38,7 @@
|
||||
<?php foreach($posts->fetchAll() as $row) { ?>
|
||||
<div class="wrap-posts">
|
||||
<div class="wrap-post-info">
|
||||
<img src="<?php echo $row["avatar_url"] ?>" alt="avatart" class="avatar"></img>
|
||||
<a href="/profile.php?id=<?php echo $row["autor_id"] ?>">
|
||||
Created by <?php echo $row["username"] ?>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user