Browse Source

Update user-posts.html.php

pull/663/head
danpros 2 years ago
parent
commit
06b4e9a630
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/admin/views/user-posts.html.php

+ 1
- 1
system/admin/views/user-posts.html.php 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>


Loading…
Cancel
Save