mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 04:56:23 +05:30
Update profile.html.php
This commit is contained in:
parent
4899d2b71f
commit
82d75b256e
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<ul class="post-list">
|
||||
<?php foreach ($posts as $p): ?>
|
||||
<li class="item">
|
||||
<span><a href="<?php echo $p->url ?>"><?php echo $p->title ?></a></span> <?php echo i18n('by');?>
|
||||
<span><a href="<?php echo $p->url ?>"><?php echo $p->title ?></a></span> -
|
||||
<span><?php echo format_date($p->date) ?></span> - <?php echo i18n('Posted_in');?> <span><?php echo $p->category; ?></span>
|
||||
</li>
|
||||
<?php endforeach; ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue