mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 20:46:26 +05:30
Changes
Make HTMLy more flexibel.
This commit is contained in:
parent
c7bf485275
commit
095cfee286
17 changed files with 329 additions and 194 deletions
|
|
@ -27,7 +27,7 @@
|
|||
<td><?php echo date('d F Y', $p->date) ?></td>
|
||||
<?php if (config("views.counter") == "true"): ?>
|
||||
<td><?php echo $p->views ?></td><?php endif; ?>
|
||||
<td><a target="_blank" href="<?php echo $p->authorurl ?>"><?php echo $p->author ?></a></td>
|
||||
<td><a target="_blank" href="<?php echo $p->authorUrl ?>"><?php echo $p->author ?></a></td>
|
||||
<td><?php echo $p->tag ?></td>
|
||||
<td><a href="<?php echo $p->url ?>/edit?destination=admin/posts">Edit</a> <a
|
||||
href="<?php echo $p->url ?>/delete?destination=admin/posts">Delete</a></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue