Several small changes
This commit is contained in:
@@ -15,7 +15,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
<small><?= lang('person_by') ?> <a
|
||||
href="<?= base_url('user/' . $data['username']) ?>"
|
||||
target="_blank"><?= $data['displayname'] ?></a>
|
||||
/ <?= date("d.m.Y H:i \\U\\h\\r ", strtotime($post['postPublishDate'])) ?>
|
||||
/ <?= date(lang('date'), strtotime($post['postPublishDate'])) ?>
|
||||
</small>
|
||||
</h3>
|
||||
<p class="comment"><?= $post['postDesc'] ?></p>
|
||||
|
Reference in New Issue
Block a user