aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/page/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/html/page/item.php')
-rw-r--r--theme/admin/html/page/item.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/theme/admin/html/page/item.php b/theme/admin/html/page/item.php
index c88256e..d0bf2d7 100644
--- a/theme/admin/html/page/item.php
+++ b/theme/admin/html/page/item.php
@@ -6,10 +6,12 @@
</h2>
<ul class="item-meta">
<li>
- <a class="brackets" href="<?=Application::getAdminURL("user/update.php?id={$USER['ATTR']['ID']}")?>" title="<?=$Language->text('update_user')?>"><?=escapeHTML($USER['ATTR']['FULLNAME'])?></a>
+ <i class="fa fa-clock-o"></i>
+ <time datetime="<?=$PAGE['ATTR']['TIME_INSERT']?>"><?=parseDatetime($PAGE['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time>
</li>
<li>
- <time class="brackets" datetime="<?=$PAGE['ATTR']['TIME_INSERT']?>"><?=parseDatetime($PAGE['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time>
+ <i class="fa fa-user"></i>
+ <a href="<?=Application::getAdminURL("user/update.php?id={$USER['ATTR']['ID']}")?>" title="<?=$Language->text('update_user')?>"><?=escapeHTML($USER['ATTR']['FULLNAME'])?></a>
</li>
</ul>
</header>