Update user-posts.html.php

This commit is contained in:
danpros 2023-12-11 12:16:02 +07:00
commit 06b4e9a630

View file

@ -9,7 +9,7 @@
<th><?php echo i18n('Title');?></th>
<th><?php echo i18n('Published');?></th>
<?php if (config("views.counter") == "true"): ?>
<th>Views</th>
<th><?php echo i18n('Views');?></th>
<?php endif; ?>
<th><?php echo i18n('Category');?></th>
<th><?php echo i18n('Tags');?></th>