Archived
1
0

Several small changes

This commit is contained in:
Marcel
2018-10-28 18:32:57 +01:00
parent e235682c91
commit c07b714a0d
11 changed files with 49 additions and 27 deletions

View File

@@ -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>