diff options
Diffstat (limited to 'theme/admin/html/post/item.php')
-rw-r--r-- | theme/admin/html/post/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/html/post/item.php b/theme/admin/html/post/item.php index 5261bdb..e4b2bec 100644 --- a/theme/admin/html/post/item.php +++ b/theme/admin/html/post/item.php @@ -1,8 +1,8 @@ <article class="item"> <header> <h2> - <i class="fa fa-newspaper-o"></i><?=escapeHTML($POST['ATTR']['NAME'])?> <span class="item-id">#<?=$POST['ATTR']['ID']?></span> + <i class="fa fa-newspaper-o"></i><?=escapeHTML($POST['ATTR']['NAME'])?> </h2> <ul class="item-meta"> <li> |