summaryrefslogtreecommitdiffstats
path: root/template/admin/html/user/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/admin/html/user/item.php')
-rw-r--r--template/admin/html/user/item.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/admin/html/user/item.php b/template/admin/html/user/item.php
index f341359..62e2c60 100644
--- a/template/admin/html/user/item.php
+++ b/template/admin/html/user/item.php
@@ -1,7 +1,8 @@
<article class="item">
<header>
- <h2><i class="fa fa-user"></i><?=escapeHTML($USER['ATTR']['FULLNAME'])?><span>#<?=$USER['ATTR']['ID']?></span></h2>
+ <h2><i class="fa fa-user"></i><?=escapeHTML($USER['ATTR']['FULLNAME'])?></h2>
<div>
+ <span class="brackets item-id">#<?=$USER['ATTR']['ID']?></span>
<time class="brackets" datetime="<?=$USER['ATTR']['TIME_INSERT']?>"><?=parseDatetime($USER['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time>
</div>
</header>