diff options
Diffstat (limited to 'template/admin/html/user')
-rw-r--r-- | template/admin/html/user/item.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/admin/html/user/item.php b/template/admin/html/user/item.php index 13ba4ae..439916e 100644 --- a/template/admin/html/user/item.php +++ b/template/admin/html/user/item.php @@ -1,6 +1,9 @@ <li class="item-list-li user"> <header> <h2><i class="fa fa-user"></i><?=escapeHTML($USER['ATTR']['FULLNAME'])?><span>#<?=$USER['ID']?></span></h2> + <div> + <time class="brackets" datetime="<?=$USER['ATTR']['TIME_INSERT']?>"><?=parseDatetime($USER['ATTR']['TIME_INSERT'], $Language->template('date_format'))?></time> + </div> </header> <blockquote cite="<?=$USER['URL']?>"> <p><?=excerpt($USER['BODY']['HTML'])?></p> |