mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 19:46:21 +05:30
Merge pull request #647 from bttrx/i18n-for-'Views'
Update posts-list.html.php by @bttrx
This commit is contained in:
commit
449a95fe56
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<tr class="head">
|
||||
<th><?php echo i18n('Title');?></th>
|
||||
<th><?php echo i18n('Published');?></th><?php if (config("views.counter") == "true"): ?>
|
||||
<th>Views</th><?php endif; ?>
|
||||
<th><?php echo i18n('Views');?></th><?php endif; ?>
|
||||
<th><?php echo i18n('Author');?></th>
|
||||
<th><?php echo i18n('Category');?></th>
|
||||
<th><?php echo i18n('Tags');?></th>
|
||||
|
|
@ -48,4 +48,4 @@
|
|||
<?php endif; ?>
|
||||
<?php } else {
|
||||
echo i18n('No_posts_found') . '!';
|
||||
} ?>
|
||||
} ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue