aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/user/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/html/user/item.php')
-rw-r--r--theme/admin/html/user/item.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/theme/admin/html/user/item.php b/theme/admin/html/user/item.php
index ae16637..80edd3b 100644
--- a/theme/admin/html/user/item.php
+++ b/theme/admin/html/user/item.php
@@ -1,8 +1,10 @@
<article class="item">
<header>
- <h2><i class="fa fa-user"></i><?=escapeHTML($USER['ATTR']['FULLNAME'])?></h2>
+ <h2>
+ <i class="fa fa-user"></i><?=escapeHTML($USER['ATTR']['FULLNAME'])?>
+ <span class="item-id">#<?=$USER['ATTR']['ID']?></span>
+ </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>