mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 12:06:22 +05:30
Update user-posts.html.php
This commit is contained in:
parent
48a688c708
commit
06b4e9a630
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue