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