diff options
Diffstat (limited to 'theme/admin/html/category/item.php')
-rw-r--r-- | theme/admin/html/category/item.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/theme/admin/html/category/item.php b/theme/admin/html/category/item.php index 05212e7..f8e7223 100644 --- a/theme/admin/html/category/item.php +++ b/theme/admin/html/category/item.php @@ -1,8 +1,10 @@ <article class="item"> <header> - <h2><i class="fa fa-tag"></i><?=escapeHTML($CATEGORY['ATTR']['NAME'])?></h2> + <h2> + <i class="fa fa-tag"></i><?=escapeHTML($CATEGORY['ATTR']['NAME'])?> + <span class="item-id">#<?=$CATEGORY['ATTR']['ID']?></span> + </h2> <div> - <span class="brackets item-id">#<?=$CATEGORY['ATTR']['ID']?></span> <time class="brackets" datetime="<?=$CATEGORY['ATTR']['TIME_INSERT']?>"><?=parseDatetime($CATEGORY['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time> <span class="brackets"><?=$Language->text('posts')?>: <?=$COUNT['POST']?></span> <span class="brackets"><?=$Language->text('categories')?>: <?=$COUNT['CHILDREN']?></span> |