mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 20:46:26 +05:30
Remove class
This commit is contained in:
parent
f4e5e22b32
commit
1ec6715acb
5 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<th><?php echo i18n('Operations');?></th>
|
||||
</tr>
|
||||
<?php foreach ($posts as $p): ?>
|
||||
<tr class="<?php echo $class ?>">
|
||||
<tr>
|
||||
<td><a target="_blank" href="<?php echo $p->url ?>"><?php echo $p->title ?></a></td>
|
||||
<td><?php echo format_date($p->date) ?></td>
|
||||
<?php if (config("views.counter") == "true"): ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue