Database refactoring and improving blog comments, blog post history and more
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="well comment-well">
|
||||
<div class="d-inline-block mr-2">
|
||||
<a href="<?= base_url('user/' . $author['username']) ?>" target="_blank">
|
||||
<img src="<?= $author['profile_picture'] ?>" alt="">
|
||||
<img src="<?= $author['profilePicture'] ?>" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="d-inline-block mr-2">
|
||||
@@ -16,7 +16,7 @@
|
||||
<?= $author['displayname'] ?>
|
||||
</a>
|
||||
/
|
||||
<?= date('d.m.Y H:i \\U\\h\\r', strtotime($date_created)) ?></small>
|
||||
<?= date('d.m.Y H:i \\U\\h\\r', strtotime($date)) ?></small>
|
||||
</h3>
|
||||
<p class="comment">
|
||||
<?= $comment ?>
|
||||
|
Reference in New Issue
Block a user