aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/category/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/html/category/item.php')
-rw-r--r--theme/admin/html/category/item.php16
1 files changed, 11 insertions, 5 deletions
diff --git a/theme/admin/html/category/item.php b/theme/admin/html/category/item.php
index f8e7223..ad458d6 100644
--- a/theme/admin/html/category/item.php
+++ b/theme/admin/html/category/item.php
@@ -4,11 +4,17 @@
<i class="fa fa-tag"></i><?=escapeHTML($CATEGORY['ATTR']['NAME'])?>
<span class="item-id">#<?=$CATEGORY['ATTR']['ID']?></span>
</h2>
- <div>
- <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>
- </div>
+ <ul class="item-meta">
+ <li>
+ <time class="brackets" datetime="<?=$CATEGORY['ATTR']['TIME_INSERT']?>"><?=parseDatetime($CATEGORY['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time>
+ </li>
+ <li>
+ <span class="brackets"><?=$Language->text('posts')?>: <?=$COUNT['POST']?></span>
+ </li>
+ <li>
+ <span class="brackets"><?=$Language->text('categories')?>: <?=$COUNT['CHILDREN']?></span>
+ </li>
+ </ul>
</header>
<blockquote cite="<?=$CATEGORY['URL']?>">
<?php if(isset($CATEGORY['FILE']['LIST'][0])): ?>