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